2016-10-10 18:37:26 +03:00
|
|
|
{
|
2017-05-18 21:21:33 +03:00
|
|
|
"name": "cloudapi-gql",
|
2017-05-25 18:04:32 +03:00
|
|
|
"version": "1.0.4",
|
2016-10-10 18:37:26 +03:00
|
|
|
"private": true,
|
2017-01-03 16:30:58 +02:00
|
|
|
"license": "MPL-2.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"repository": "github:yldio/joyent-portal",
|
2016-10-10 18:37:26 +03:00
|
|
|
"main": "src/index.js",
|
2016-10-10 19:38:58 +03:00
|
|
|
"scripts": {
|
2017-05-31 04:55:24 +03:00
|
|
|
"lint": "eslint . --fix",
|
2017-09-14 14:26:57 +03:00
|
|
|
"lint-ci":
|
|
|
|
"eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/cloudapi-gql.xml",
|
2017-06-01 17:57:28 +03:00
|
|
|
"test": "echo 0",
|
|
|
|
"test-ci": "echo 0",
|
2017-08-04 01:56:57 +03:00
|
|
|
"start": "node src/index.js",
|
2017-08-31 19:45:34 +03:00
|
|
|
"prepublish": "echo 0"
|
2016-10-10 19:38:58 +03:00
|
|
|
},
|
2016-10-10 18:37:26 +03:00
|
|
|
"dependencies": {
|
2017-08-28 22:46:04 +03:00
|
|
|
"bunyan": "^1.8.12",
|
2017-09-14 14:26:57 +03:00
|
|
|
"cors": "^2.8.4",
|
2017-04-13 20:33:59 +03:00
|
|
|
"dotenv": "^4.0.0",
|
2017-08-28 22:46:04 +03:00
|
|
|
"express": "^4.15.4",
|
2017-08-02 15:57:00 +03:00
|
|
|
"express-graphql": "^0.6.11",
|
2017-08-28 22:46:04 +03:00
|
|
|
"got": "^7.1.0",
|
2017-08-02 15:57:00 +03:00
|
|
|
"graphql": "^0.11.2",
|
2017-06-09 07:26:25 +03:00
|
|
|
"smartdc-auth": "^2.5.5",
|
2017-08-28 22:46:04 +03:00
|
|
|
"triton": "^5.3.1"
|
2016-10-10 18:37:26 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-28 22:46:04 +03:00
|
|
|
"eslint": "^4.5.0",
|
2017-08-30 19:42:17 +03:00
|
|
|
"eslint-config-joyent-portal": "3.0.0"
|
2016-10-10 18:37:26 +03:00
|
|
|
}
|
|
|
|
}
|