-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 986 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
32
33
34
35
36
37
38
{
"name": "immersion-2018-01-greenfield",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon server/index.js",
"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",
"body-parser": "^1.18.2",
"cron": "^1.3.0",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"moment": "^2.20.1",
"mysql2": "^1.5.2",
"nodemon": "^1.14.12",
"path": "^0.12.7",
"request": "^2.83.0",
"sequelize": "^4.33.4"
}
}