-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 961 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
{
"name": "hippodrome",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node --presets es2015 index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnosullivan/hippodrome.git"
},
"author": "John O'Sullivan",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnosullivan/hippodrome/issues"
},
"homepage": "https://github.com/johnosullivan/hippodrome#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"install": "^0.11.0",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.12",
"morgan": "^1.9.0",
"npm": "^5.8.0",
"pubsub-js": "^1.6.0",
"random-id": "0.0.2",
"shortid": "^2.2.8",
"socket.io": "^2.0.4"
}
}