-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "AngularJS_Class",
"version": "0.1.1",
"private": true,
"description": "Speeding Planet's AngularJS class",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bin\\start-server"
},
"author": "John Paxton",
"license": "None",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cleanempty": "^1.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-preen": "^1.1.0",
"grunt-zip": "^0.16.2",
"shelljs": "^0.4.0"
},
"dependencies": {
"body-parser": "^1.10.1",
"chai": "^2.1.0",
"express": "^4.10.6",
"jasmine": "^2.2.1",
"jasmine-core": "^2.2.0",
"jasmine-spec-reporter": "^2.1.0",
"karma": "^0.12.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "^0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.0",
"karma-ng-html2js-preprocessor": "^0.1.2",
"mocha": "^2.0.1",
"mongoose": "~3.8.x",
"morgan": "^1.5.1",
"ng-annotate": "^1.0.2",
"npm": "^2.14.0",
"protractor": "^2.0.0",
"serve-index": "^1.6.0",
"serve-static": "^1.7.2",
"underscore": "^1.7.0"
}
}