-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "BoneExpress",
"version": "1.0.0",
"description": "Blog writed with backbone and node.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --debug -e js,html,jade",
"build-bone1": "watchify -r ./BoneApps/fullstackdev/main.js:app -o public/js/bundle.js -v",
"build-bone2": "watchify -r ./BoneApps/developingBackbone/app.js:app -o public/js/bundle.js -v",
"build-video": "watchify -r ./BoneApps/videoPractices/app.js:app -o public/js/bundle.js -v"
},
"repository": {
"type": "git",
"url": "https://github.com/Alexisvt/BoneExpress.git"
},
"keywords": [
"backbone",
"node",
"express",
"spa"
],
"author": "Alexis",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alexisvt/BoneExpress/issues"
},
"homepage": "https://github.com/Alexisvt/BoneExpress",
"dependencies": {
"body-parser": "^1.12.0",
"express": "^4.12.1",
"jade": "^1.9.2",
"jquery": "^2.1.3",
"mongoose": "^3.8.24",
"node-sass": "^3.0.0-alpha.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"backbone": "^1.1.2",
"node-underscorify": "0.0.14"
}
}