forked from AmbitiousElm/Sagacious_Sycamore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
{
"name": "hrgotchi",
"version": "1.0.0",
"description": "class pet for hr50",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"preinstall": "mysql -u root -e 'CREATE DATABASE IF NOT EXISTS hrgotchi; use hrgotchi;' & (cd public && npm install && bower install)",
"postinstall": "node data/database.js",
"build": "babel public --watch --out-dir public/compiled --presets=es2015,react --ignore=node_modules,compiled,bower_components --source-maps inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sagacious-Sycamore/Sagacious_Sycamore.git"
},
"author": "Don, Emm, Lisa, Haris",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sagacious-Sycamore/Sagacious_Sycamore/issues"
},
"homepage": "https://github.com/Sagacious-Sycamore/Sagacious_Sycamore#readme",
"dependencies": {
"bcrypt": "^1.0.1",
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.1",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-session": "^1.13.0",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"sequelize": "^3.27.0"
}
}