-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
55
56
57
58
59
60
61
62
{
"name": "ServeStaticContent",
"version": "0.0.1",
"engines": {
"node": ">0.11.9"
},
"scripts": {
"postinstall": "tsd install && bower install && gulp build --production",
"start": "node app.js"
},
"dependencies": {
"angular": "^1.4.6",
"bower": "^1.5.2",
"browser-sync": "^2.9.6",
"es6-module-loader": "^0.17.8",
"express": "3.x",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-jade": "^1.1.0",
"gulp-jadelint": "^0.1.0",
"gulp-ng-constant": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.4.0",
"gulp-typescript": "^2.9.0",
"jade": "^1.11.0",
"run-sequence": "^1.1.4",
"socket.io": "^1.3.7",
"systemjs": "^0.19.3",
"systemjs-builder": "^0.14.6",
"traceur": "0.0.92",
"tsd": "^0.6.4",
"typescript": "^1.6.2",
"yargs": "^3.29.0",
"gulp-develop-server": "^0.5.0",
"browser-sync": "^2.10.0"
},
"devDependencies": {
"chai": "^3.3.0",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"karma-systemjs": "^0.7.2",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"selenium-standalone": "^4.7.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
}
}