-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "newstack",
"version": "1.0.0",
"description": "Expirmenting with full stack React",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "nf run node index.js",
"s": "nf run node-dev index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craigspaeth/newstack.git"
},
"author": "Craig Spaeth",
"license": "MIT",
"bugs": {
"url": "https://github.com/craigspaeth/newstack/issues"
},
"homepage": "https://github.com/craigspaeth/newstack#readme",
"dependencies": {
"babel": "^5.8.21",
"body-parser": "^1.13.3",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"browserify-dev-middleware": "^0.1.2",
"cache-require-paths": "^0.1.2",
"express": "^4.13.3",
"foreman": "^1.4.1",
"hotswap": "^1.1.0",
"jquery": "^2.1.4",
"mongojs": "^1.2.1",
"morgan": "^1.6.1",
"node-dev": "^2.7.1",
"radium": "^0.13.7",
"react": "^0.13.3",
"superagent": "^1.3.0"
},
"devDependencies": {
"babel-core": "^5.8.21",
"babelify": "^6.2.0"
}
}