-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 887 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 887 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
26
27
28
29
30
31
{
"name": "react-flux-dev-environment",
"version": "1.0.0",
"description": "A React dev environment with Flux architecture using Browserify",
"main": "gulpfile.js",
"dependencies": {
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router-component": "^0.27.2",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"flux": "^2.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twomoonsfactory/react-flux-dev-environment.git"
},
"author": "AJ Larson",
"license": "ISC",
"bugs": {
"url": "https://github.com/twomoonsfactory/react-flux-dev-environment/issues"
},
"homepage": "https://github.com/twomoonsfactory/react-flux-dev-environment#readme"
}