-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"pretest": "npm install",
"start": "node server.js",
"test": "node node_modules/karma/bin/karma start specs/karma.conf.js"
},
"devDependencies": {
"express": "^4.5.1",
"express-namespace": "~0.1.1",
"sinon": "^1.10.2",
"http-server": "0.6.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-html-reporter": "^0.2.3",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.3",
"karma-mocha-debug": "^0.1.2",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.3",
"chai": "~1.9.1",
"karma-chai": "~0.1.0",
"gulp": "^3.8.6",
"gulp-concat": "^2.3.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-util": "^2.2.16",
"gulp-angular-templatecache": "^1.7.0"
}
}