joyent-portal/docker/api/package.json

29 lines
582 B
JSON
Raw Normal View History

2017-06-23 19:24:25 +03:00
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "./server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "wyatt",
"license": "MPL-2.0",
"dependencies": {
"boom": "^5.1.0",
"brule": "^2.0.0",
"good": "^7.2.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
2017-06-24 01:37:02 +03:00
"graphi": "^2.3.0",
2017-06-23 19:24:25 +03:00
"hapi": "^16.1.0",
"hoek": "^4.1.1",
"joi": "^10.6.0",
2017-08-30 19:42:17 +03:00
"joyent-cp-gql-schema": "^1.7.0",
2017-06-23 19:24:25 +03:00
"piloted": "^3.1.1",
2017-08-30 19:42:17 +03:00
"portal-api": "^1.6.0",
2017-06-29 17:39:45 +03:00
"toppsy": "^1.1.0",
"triton": "^5.2.0"
2017-06-23 19:24:25 +03:00
}
}