-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
42
{
"name": "vientos-idp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ehecame/vientos-idp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ehecame/vientos-idp/issues"
},
"homepage": "https://github.com/ehecame/vientos-idp#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-develop-server": "^0.5.2",
"standard": "^11.0.1"
},
"dependencies": {
"handlebars": "^4.0.6",
"hapi": "^16.1.0",
"hapi-auth-cookie": "^6.1.1",
"http2": "^3.3.6",
"i18n": "^0.8.3",
"joi": "^10.4.1",
"material-design-lite": "^1.3.0",
"mongoose": "^4.9.7",
"node-mailjet": "^3.1.0",
"oauth2-server": "github:oauthjs/node-oauth2-server",
"password-hash": "^1.2.2",
"promisify-node": "^0.4.0",
"raven": "^2.1.0",
"uuid": "^3.0.1",
"vision": "^4.1.1",
"whatwg-fetch": "^2.0.3"
}
}