@gridscale/api
Version:
gridscale API Wrapper
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "@gridscale/api",
"version": "0.2.23",
"description": "gridscale API Wrapper",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://gridscale.io",
"repository": "https://github.com/gridscale/gs_api_node",
"author": "Marc Dittmann <marc@gridscale.io> (https://gridscale.io/)",
"keywords": [
"gridscale",
"api",
"cloud",
"server",
"firewall",
"automation",
"load balancer"
],
"license": "ISC",
"dependencies": {
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.14",
"tslib": "^1.9.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/node": "^8.10.38",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^4.0.1",
"merge2": "^1.0.2",
"tslint": "^3.15.1",
"tslint-microsoft-contrib": "^2.0.10",
"typescript": "^3.0.3"
}
}