-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "wsk-reack-di",
"version": "0.0.0",
"description": "wsk - react - di - zone - es7 - webpack",
"main": "public/index.html",
"author": "markuz brasil",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"di": "git://github.com/angular/di.js#a3130ef87a",
"zone.js": "git://github.com/angular/zone.js#74947b6f509b"
},
"devDependencies": {
"browser-sync": "^1.3.0",
"serve-static": "1.5.3",
"casper-chai": "^0.2.1",
"casperjs": "^1.1.0-beta3",
"chai": "^1.9.1",
"del": "^0.1.2",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^0.0.8",
"gulp-cached": "^1.0.1",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.0.0",
"gulp-jade": "^0.7.0",
"gulp-jshint": "^1.6.3",
"gulp-less": "^1.3.5",
"gulp-load-plugins": "^0.5.3",
"gulp-react": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.1.1",
"gulp-traceur": "^0.13.0",
"gulp-uglify": "^0.3.1",
"gulp-uncss": "^0.4.5",
"gulp-useref": "^0.6.0",
"gulp-util": "^3.0.0",
"gulp-webpack": "^0.3.0",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.4",
"mocha-casperjs": "^0.5.1",
"phantomjs": "^1.9.7-15",
"psi": "^0.1.2",
"require-dir": "^0.1.0",
"rtts-assert": "git://github.com/angular/assert#6caafd2561",
"run-sequence": "^0.3.6",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"source-map-loader": "^0.1.3",
"through2": "^0.6.1",
"vinyl-source-stream": "^0.1.1",
"webpack": "^1.3.3-beta2"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}