appdynamics-node
Version:
A Node.js wrapper for the AppDynamics RESTful API
31 lines (30 loc) • 677 B
JSON
{
"name": "appdynamics-node",
"version": "0.2.0",
"description": "A Node.js wrapper for the AppDynamics RESTful API",
"main": "./lib/appdynamics-node.js",
"scripts": {
"lint": "jshint lib/*.js"
},
"author": "Matt Major",
"homepage": "https://github.com/matt-major/appdynamics-node",
"repository": {
"type": "git",
"url": "https://github.com/matt-major/appdynamics-node.git"
},
"bugs": {
"url": "https://github.com/matt-major/appdynamics-node/issues"
},
"dependencies": {
"request": "2.55.0",
"xtend": "4.0.0"
},
"license": "MIT",
"keywords": [
"appdynamics",
"wrapper",
"api",
"node",
"restful"
]
}