joyent-portal/cloudapi-graphql/package.json

35 lines
872 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.5",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-graphql": "^0.6.1",
"got": "^6.6.3",
"graphql": "^0.8.2",
"inherits": "^2.0.3",
"moment": "^2.17.1",
"smartdc-auth": "^2.5.2",
"triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616",
"user-home": "^2.0.0"
},
"devDependencies": {
"ava": "^0.17.0",
"eslint": "3.12.2",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"nyc": "^10.0.0",
"tap-xunit": "^1.5.0"
}
}