2016-10-10 18:37:26 +03:00
|
|
|
{
|
2016-10-14 14:51:09 +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": {
|
2016-10-27 18:01:32 +03:00
|
|
|
"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": {
|
|
|
|
"bunyan": "^1.8.1",
|
|
|
|
"express": "^4.14.0",
|
|
|
|
"express-graphql": "^0.5.4",
|
|
|
|
"got": "^6.5.0",
|
|
|
|
"graphql": "^0.7.1",
|
2016-10-24 19:09:36 +03:00
|
|
|
"inherits": "^2.0.3",
|
2016-10-10 18:37:26 +03:00
|
|
|
"moment": "^2.15.1",
|
|
|
|
"smartdc-auth": "^2.5.2",
|
2016-10-24 12:54:15 +03:00
|
|
|
"triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616",
|
2016-10-10 18:37:26 +03:00
|
|
|
"user-home": "^2.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-10-17 19:56:01 +03:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|