-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
38 lines (38 loc) · 974 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
33
34
35
36
37
38
{
"name": "sf-in-progress",
"version": "0.0.0",
"description": "",
"scripts": {
"reactbuild": "watchify -t 6to5ify assets/js/lib/react/src/entry.js -o assets/js/lib/react/bundle.js -v",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run reactbuild & node server.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"6to5ify": "^3.1.2",
"express": "^4.12.3",
"body-parser": "^1.12",
"request": "^2.55",
"node-geocoder": "^2.21",
"mongoose": "^4.0.1",
"backbone": "1.2.1",
"jquery": "^2.1.4",
"watchify": "^2.2.1"
},
"dependencies": {
"6to5ify": "^3.1.2",
"request": "^2.55",
"mongoose": "^4.0.1",
"jquery": "^2.1.4",
"watchify": "^2.2.1",
"body-parser": "^1.12",
"node-geocoder": "^2.21",
"backbone": "1.2.1",
"express": "^4.12.3",
"moment": "^2.9.0",
"node-mandrill": "^1.0.1",
"react": "^0.12.2",
"request": "^2.57.0"
}
}