forked from hockey4life63/easyEats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
33
34
35
36
37
38
39
40
41
42
{
"name": "easyeats",
"version": "1.0.0",
"description": "--- ## needs a sequelize config file to work `sequelize init:config` --- ### Uses * node.js * bcrypt * body-parser * express * moment * mysql * mysql2 * sequelize * uuid ---",
"main": "server.js",
"directories": {
"test": "test"
},
"dependencies": {
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"chai": "^4.1.1",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"jsonwebtoken": "^7.4.1",
"method-override": "^2.3.9",
"mocha": "^3.5.0",
"moment": "^2.18.1",
"mysql": "^2.13.0",
"mysql2": "^1.3.6",
"sequelize": "^4.4.2",
"uuid": "^3.1.0"
},
"devDependencies": {
"mocha": "^3.5.0"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hockey4life63/easyEats.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hockey4life63/easyEats/issues"
},
"homepage": "https://github.com/hockey4life63/easyEats#readme"
}