-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 871 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
{
"name": "foodwheel-nodejs-application",
"version": "1.0.0",
"description": "FoodWheeler is a web-based application that allows users to choice their food by just spinning a wheel simply. The wheel will help user to choose their next meal to eat from the database randomly.",
"main": "index.js",
"author": "Yulong(Joe) Fang <[email protected]>",
"website": {
"url": "https://github.com/jocstech/WebAPP-Project-Fall-2016"
},
"repository": {
"type": "git",
"url": "[email protected]:jocstech/WebAPP-Project-Fall-2016.git"
},
"license": "BSD",
"dependencies": {
"assert": "^1.4.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"mongoose": "^4.4.20",
"node-uuid": "^1.4.7",
"pug": "^2.0.0-beta3"
},
"scripts": {
"start": "node index.js"
}
}