softlayer-client
Version:
Softlayer API client for nodejs
37 lines (36 loc) • 1.01 kB
JSON
{
"name": "softlayer-client",
"version": "1.1.1",
"description": "Softlayer API client for nodejs",
"main": "./lib/softlayer.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/**/*-test.js --reporter spec || exit 0",
"eslint": "./node_modules/.bin/eslint . || exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/tanmoythander/softlayer-client"
},
"keywords": [
"softlayer",
"api"
],
"author": "Tanmoy Thander <contact@tanmoythander.info> (https://tanmoythander.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanmoythander/softlayer-client/issues"
},
"homepage": "https://github.com/tanmoythander/softlayer-client",
"dependencies": {
"bluebird": "^2.9.13",
"request": "^2.75.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-formidable": "^1.0.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^1.16.0",
"mocha": "^5.2.0"
}
}