{ "name": "cloudapi-graphql", "private": true, "license": "Apache-2.0", "version": "1.0.0", "main": "src/index.js", "scripts": { "start": "node src/index.js", "test": "make test" }, "dependencies": { "bunyan": "^1.8.1", "dotenv": "^2.0.0", "express": "^4.14.0", "express-graphql": "^0.5.4", "got": "^6.5.0", "graphql": "^0.7.1", "inherits": "^2.0.3", "moment": "^2.15.1", "smartdc-auth": "^2.5.2", "triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616", "user-home": "^2.0.0" }, "devDependencies": { "ava": "^0.16.0", "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", "nyc": "^8.3.2", "tap-xunit": "^1.4.0" } }