35 lines
798 B
JSON
35 lines
798 B
JSON
{
|
|
"name": "cloudapi-graphql",
|
|
"private": true,
|
|
"license": "MPL-2.0",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"moment": "^2.18.1",
|
|
"smartdc-auth": "^2.5.2",
|
|
"triton": "^5.2.0",
|
|
"user-home": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.19.1",
|
|
"eslint": "3.19.0",
|
|
"eslint-config-semistandard": "^8.0.0",
|
|
"eslint-config-standard": "^10.2.0",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"nyc": "^10.2.0",
|
|
"tap-xunit": "^1.7.0"
|
|
}
|
|
}
|