-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1012 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
39
40
41
{
"name": "sofanerd",
"version": "0.0.1",
"description": "Mediatracker Sofanerd",
"main": "index.js",
"scripts": {
"start": "DEBUG=sofanerd.* babel-node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AraanBranco/sofanerd.git"
},
"keywords": [
"nodejs",
"mediatracker",
"hapijs"
],
"author": "Araan Branco <araan666@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AraanBranco/sofanerd/issues"
},
"homepage": "https://github.com/AraanBranco/sofanerd#readme",
"dependencies": {
"babel-cli": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"boom": "^4.2.0",
"debug": "^2.6.1",
"dotenv": "^4.0.0",
"glob": "^7.1.1",
"hapi": "^16.1.0",
"hapi-auth-jwt2": "^7.2.4",
"joi": "^10.2.2",
"jsonwebtoken": "^7.3.0",
"lodash": "^4.17.4",
"mongoose": "^4.8.6"
}
}