joyent-portal/cloudapi-graphql/package.json

31 lines
776 B
JSON
Raw Normal View History

2016-10-10 18:37:26 +03:00
{
"name": "cloudapi-graphql",
2016-10-10 18:37:26 +03:00
"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",
"inherits": "^2.0.3",
2016-10-10 18:37:26 +03:00
"moment": "^2.15.1",
"smartdc-auth": "^2.5.2",
"triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616",
2016-10-10 18:37:26 +03:00
"user-home": "^2.0.0"
},
"devDependencies": {
"ava": "^0.16.0",
2016-10-10 18:37:26 +03:00
"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"
}
}