-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "collux",
"version": "1.0.4",
"description": "flux, redux, collar.js, architecture",
"main": "lib/index.js",
"scripts": {
"test": "nodeunit test",
"build": "node node_modules/babel-cli/bin/babel.js ./src -d ./lib",
"build:examples": "babel ./examples/**/*.js -d ./lib",
"webpack": "node_modules/webpack/bin/webpack.js",
"webpack:display": "node_modules/webpack/bin/webpack.js --display-reasons --display-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhou/collux.git"
},
"keywords": [
"flux",
"redux",
"collar.js",
"architecture"
],
"author": "Bo HOU <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bhou/collux/issues"
},
"homepage": "https://github.com/bhou/collux#readme",
"dependencies": {
"collar.js": "^1.0.0",
"page": "^1.7.1",
"react": "^15.4.1",
"url-parse": "^1.1.7"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"collar.js-dev-client": "^1.0.2",
"collar.js-test-addon": "^0.1.1",
"compression-webpack-plugin": "^0.3.2",
"nodeunit": "^0.10.2",
"webpack": "^1.14.0"
}
}