forked from hrr22-andromeda/hydra-reactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 893 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
{
"name": "Hydra-Reactor",
"version": "1.0.0",
"description": "Hydra-Reactor",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"restart": "node server/config/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darinallen/hydra-reactor.git"
},
"author": "Hydra-Reactor Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/darinallen/hydra-reactor/issues"
},
"homepage": "https://github.com/darinallen/hydra-reactor#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"chalk": "^1.1.3",
"express": "^4.15.2",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.9.0",
"mongoose-seeder": "^1.2.1",
"nodemailer": "^3.1.8",
"path": "^0.12.7",
"q": "^1.5.0",
"request": "^2.81.0",
"validator": "^7.0.0",
"yelp-fusion": "^1.0.3"
}
}