-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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": "react_react-router_flummox_webpack_example",
"version": "0.0.1",
"dependencies": {
"body-parser": "latest",
"cheerio": "latest",
"d3": "latest",
"express": "latest",
"fastclick": "latest",
"flummox": "~2.11.0",
"jquery": "latest",
"lru-cache": "^2.5.0",
"react": "~0.12.2",
"react-document-title": "~1.0.2",
"react-router": "~0.12.4",
"superagent": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/olegsmetanin/react_react-router_flummox_example.git"
},
"scripts": {
"start": "babel-node --stage 1 server/server.js",
"test": "mocha ./test/test.es7.js"
},
"devDependencies": {
"babel": "^5.1.9",
"babel-core": "^5.1.9",
"babel-loader": "^5.0.0",
"babelify": "latest",
"browserify": "latest",
"exorcist": "latest",
"gulp": "latest",
"gulp-babel": "^5.1.0",
"gulp-gh-pages": "latest",
"gulp-iconfont": "latest",
"gulp-jshint": "latest",
"gulp-sass": "latest",
"gulp-sketch": "latest",
"gulp-webpack": "^1.3.0",
"json-loader": "^0.5.1",
"mocha": "^2.2.1",
"node-bourbon": "latest",
"should": "^5.1.0",
"should-promised": "^0.1.0",
"uglifyify": "latest",
"vinyl-source-stream": "latest",
"webpack": "^1.7.2"
},
"engines": {
"node": ">=0.10.0"
},
"browser": {}
}