joyent-portal/cloudapi-graphql/package.json

35 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": {
2016-12-19 14:33:57 +02:00
"bunyan": "^1.8.5",
2016-11-01 18:14:55 +02:00
"dotenv": "^2.0.0",
2016-10-10 18:37:26 +03:00
"express": "^4.14.0",
2016-12-19 14:33:57 +02:00
"express-graphql": "^0.6.1",
"got": "^6.6.3",
"graphql": "^0.8.2",
"inherits": "^2.0.3",
2016-12-19 14:33:57 +02:00
"moment": "^2.17.1",
2016-10-10 18:37:26 +03:00
"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": {
2016-12-19 14:33:57 +02:00
"ava": "^0.17.0",
"eslint": "3.12.2",
2016-10-10 18:37:26 +03:00
"eslint-config-semistandard": "^7.0.0",
2016-12-19 14:33:57 +02:00
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
2016-10-31 14:02:32 +02:00
"eslint-plugin-standard": "^2.0.1",
2016-12-19 14:33:57 +02:00
"nyc": "^10.0.0",
"tap-xunit": "^1.5.0"
2016-10-10 18:37:26 +03:00
}
}