-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.09 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
{
"name": "food-app",
"version": "1.0.0",
"description": "## Contributors ![logo-blue3](https://user-images.githubusercontent.com/13789291/27301823-3f40b39e-54fa-11e7-8d8b-9b8308c48922.png) * [Ronda Wylie](http://wylieweb.io) * [Ryan Leon](http://ryansimonleon.com) * [Felipe Imanishi](http://www.fimanishi.com) * [Aspen Hollyer](http://aspenhollyer.com)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/students-digitalcrafts/food-app.git"
},
"author": "Aspen",
"license": "ISC",
"bugs": {
"url": "https://github.com/students-digitalcrafts/food-app/issues"
},
"homepage": "https://github.com/students-digitalcrafts/food-app#readme",
"dependencies": {
"apicache": "^0.8.7",
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-session": "^1.15.3",
"hbs": "^4.0.1",
"materialize-css": "^0.98.2",
"pg-promise": "^5.9.3",
"yelp-fusion": "^1.0.3"
}
}