joyent-portal/cloudapi-graphql/package.json

37 lines
872 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,
2017-01-03 16:30:58 +02:00
"license": "MPL-2.0",
2016-10-10 18:37:26 +03:00
"version": "1.0.0",
"main": "src/index.js",
2016-10-10 19:38:58 +03:00
"scripts": {
"start": "node src/index.js",
"test": "make test"
2016-10-10 19:38:58 +03:00
},
2016-10-10 18:37:26 +03:00
"dependencies": {
2017-04-13 20:33:59 +03:00
"bunyan": "^1.8.10",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-graphql": "^0.6.4",
"got": "^6.7.1",
"graphql": "^0.9.3",
"inherits": "^2.0.3",
2017-04-13 20:33:59 +03:00
"moment": "^2.18.1",
2016-10-10 18:37:26 +03:00
"smartdc-auth": "^2.5.2",
2017-04-13 20:33:59 +03:00
"triton": "^5.2.0",
2016-10-10 18:37:26 +03:00
"user-home": "^2.0.0"
},
"devDependencies": {
2017-04-13 20:33:59 +03:00
"ava": "^0.19.1",
"eslint": "3.19.0",
"eslint-config-semistandard": "^8.0.0",
"eslint-config-standard": "^10.2.0",
2017-04-17 16:56:10 +03:00
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
2017-04-13 20:33:59 +03:00
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"nyc": "^10.2.0",
"tap-xunit": "^1.7.0"
2016-10-10 18:37:26 +03:00
}
}