forked from freudianantelopes/freudianantelopes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 833 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
{
"name": "freudianantelopes",
"version": "1.0.0",
"description": "> Pithy project description",
"main": "index.js",
"scripts": {
"start": "nodemon ./server/index.js | mysql.server start | mysql -u root -p '' < db/schema.sql"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarkdowner/freudianantelopes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/clarkdowner/freudianantelopes/issues"
},
"homepage": "https://github.com/clarkdowner/freudianantelopes#readme",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"mocha": "^3.1.2",
"mysql": "^2.11.1",
"nodemon": "^1.11.0",
"request": "^2.76.0",
"sequelize": "^3.24.5",
"sqlite3": "^3.1.7"
}
}