-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 944 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
{
"name": "ChoppedCode",
"version": "1.0.0",
"description": "This is an app that randomly generates a basket of modules/frameworks that has be to utilized by your project.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -e js,html server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/terimyaki/choppedCode.git"
},
"author": "terimyaki",
"license": "ISC",
"bugs": {
"url": "https://github.com/terimyaki/choppedCode/issues"
},
"homepage": "https://github.com/terimyaki/choppedCode",
"dependencies": {
"bluebird": "^2.9.21",
"body-parser": "^1.12.2",
"cheerio": "^0.18.0",
"express": "^4.12.2",
"mongoose": "^4.0.1",
"morgan": "^1.5.1",
"request": "^2.51.0",
"underscore-contrib": "^0.3.0"
},
"engines": {
"node": "0.12.2"
},
"devDependencies": {
"gulp": "^3.8.11"
}
}