forked from tutsplus/angularjs-for-test-driven-development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "angular-tdd-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielstern/angular-tdd-exemplar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielstern/angular-tdd-exemplar/issues"
},
"homepage": "https://github.com/danielstern/angular-tdd-exemplar#readme",
"dependencies": {
"browser-sync": "^2.7.6",
"cors": "^2.7.1",
"express": "^4.12.4",
"gulp": "^3.8.11",
"gulp-karma": "0.0.4",
"gulp-live-server": "0.0.17",
"gulp-protractor": "^1.0.0",
"istanbul": "^0.3.14",
"karma": "^0.12.35",
"karma-coverage": "^0.3.1",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.5"
},
"devDependencies": {
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17"
}
}