-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 891 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": "foodtruck",
"version": "1.0.0",
"description": "Seattle Mobile restaurant app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/markbradford/foodtruck.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/markbradford/foodtruck/issues"
},
"homepage": "https://github.com/markbradford/foodtruck",
"dependencies": {
"bcrypt": "^0.8.2",
"body-parser": "^1.12.2",
"chalk": "^1.0.0",
"cheerio": "^0.19.0",
"connect-flash": "^0.1.1",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.11.1",
"geocoder": "^0.2.2",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"request": "^2.55.0",
"sequelize": "^2.0.5",
"sequelize-cli": "^1.6.0",
"yelp": "^0.2.0"
}
}