autopilot-api
Version:
A third-party Node.js wrapper for Autopilot's REST API.
34 lines (33 loc) • 804 B
JSON
{
"name": "autopilot-api",
"version": "2.2.0",
"description": "A third-party Node.js wrapper for Autopilot's REST API.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Torchlite/autopilot-api.git"
},
"keywords": [
"autopilot",
"api",
"wrapper"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Torchlite/autopilot-api/issues"
},
"homepage": "https://github.com/Torchlite/autopilot-api#readme",
"dependencies": {
"axios": "^0.15.2"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1"
}
}