-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "react-nexus-todomvc",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/elierotenberg/react-nexus-todomvc.git"
},
"author": "Elie Rotenberg <elie@rotenberg.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elierotenberg/react-nexus-todomvc/issues"
},
"homepage": "https://github.com/elierotenberg/react-nexus-todomvc",
"devDependencies": {
"autoprefixer-core": "^5.1.6",
"css-mqpacker": "^3.0.1",
"csswring": "^3.0.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-concat": "^2.5.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-insert": "^0.4.0",
"gulp-jshint": "^1.9.2",
"gulp-plumber": "^0.6.6",
"gulp-postcss": "^4.0.3",
"gulp-react-nexus-style": "^1.2.0",
"gulp-react-statics-styles": "^1.3.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-webpack": "^1.2.0",
"jshint-stylish": "^1.0.0",
"webpack": "^1.5.3"
},
"dependencies": {
"babel": "^4.3.0",
"bluebird": "^2.9.10",
"http-errors": "^1.3.1",
"lodash": "^3.2.0",
"nexus-flux-socket.io": "^1.1.0",
"node-uuid": "^1.4.2",
"react-nexus": "^2.6.2",
"sha256": "^0.1.1",
"should": "^5.0.0"
}
}