forked from AvocadoPower/quietCorner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 871 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": "immersion-2018-01-greenfield",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nteal/immersion-2018-01-greenfield.git"
},
"contributors": [
"Jay Kindell <[email protected]>", "Erik McCoy <[email protected]>", "Nicholas Teal <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/nteal/immersion-2018-01-greenfield/issues"
},
"homepage": "https://github.com/nteal/immersion-2018-01-greenfield#readme",
"devDependencies": {},
"dependencies": {
"angular": "^1.6.9",
"express": "^4.16.2",
"mysql2": "^1.5.2",
"nodemon": "^1.14.12",
"path": "^0.12.7",
"sequelize": "^4.33.1"
}
}