forked from YahooArchive/flux-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 868 Bytes
/
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
{
"name": "fluxible-examples",
"private": true,
"version": "0.0.0",
"description": "Example applications using fluxible-app",
"main": "server.js",
"author": "Michael Ridgway <[email protected]>",
"dependencies": {
"body-parser": "^1.6.4",
"debug": "^2.0.0",
"express": "^4.3.2",
"express-state": "^1.2.0",
"flux-router-component": "^0.4.x",
"fluxible-app": "^0.1.0",
"fluxible-plugin-fetchr": "^0.1.0",
"fluxible-plugin-routr": "^0.2.0",
"node-jsx": "^0.12.0",
"react": "^0.12.0",
"serve-favicon": "^2.1.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.7.0",
"grunt-nodemon": "^0.3.0",
"grunt-webpack": "^1.0.8",
"jsx-loader": "^0.12.0",
"nodemon": "^1.2.1",
"webpack": "^1.4.12",
"webpack-dev-server": "^1.6.5"
}
}