-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 748 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 748 Bytes
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
{
"name": "flux-react-requirejs-layers",
"version": "0.0.1",
"description": "Example app that shows how to use Require.js build layers in a ReactJS application using Flux stores.",
"repository": "https://github.com/rolfvandekrol/flux-react-requirejs-layers",
"main": "js/app.js",
"author": "Rolf van de Krol",
"dependencies": {
"fbemitter": "^2.0.0",
"flux": "^2.1.1",
"object-assign": "^4.0.1",
"react": "^0.13.3",
"requirejs": "^2.1.20"
},
"devDependencies": {
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-rename": "^1.2.2",
"gulp-require-convert": "0.0.1",
"gulp-requirejs": "^0.1.3",
"gulp-watch": "^4.3.5",
"vinyl-source-stream": "^1.1.0"
}
}