@upcloud/upcloud
Version:
The JavaScript SDK for UpCloud's API
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "@upcloud/upcloud",
"version": "1.0.2",
"description": "The JavaScript SDK for UpCloud's API",
"homepage": "https://github.com/UpCloudLtd/upcloud-javascript-api",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/UpCloudLtd/upcloud-javascript-api.git"
},
"bugs": {
"url": "https://github.com/UpCloudLtd/upcloud-javascript-api/issues"
},
"keywords": [
"upcloud",
"cloud",
"wrapper",
"api",
"babel",
"es6"
],
"main": "src/index.js",
"scripts": {
"test": "mocha --reguire babel-polyfill --require babel-register --recursive test",
"format": "prettier --single-quote --trailing-comma all --write \"{src,test}/**/*.js\""
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"expect.js": "~0.3.1",
"mocha": "~5.0.0",
"mocha-parallel-tests": "^1.2.10",
"prettier": "^1.10.2",
"sinon": "4.2.0"
}
}