joyent-portal/triton-graphql/package.json

29 lines
651 B
JSON
Raw Normal View History

2016-10-10 18:37:26 +03:00
{
"name": "triton-graphql",
"private": true,
"license": "Apache-2.0",
"version": "1.0.0",
"main": "src/index.js",
2016-10-10 19:38:58 +03:00
"scripts": {
"start": "node src/index.js"
},
2016-10-10 18:37:26 +03:00
"dependencies": {
"bunyan": "^1.8.1",
"express": "^4.14.0",
"express-graphql": "^0.5.4",
"got": "^6.5.0",
"graphql": "^0.7.1",
"moment": "^2.15.1",
"smartdc-auth": "^2.5.2",
"triton": "^4.14.0",
"user-home": "^2.0.0"
},
"devDependencies": {
"eslint": "3.7.0",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.1"
}
}