mcafee
Version:
mcafee api via restful
42 lines (41 loc) • 861 B
JSON
{
"name": "mcafee",
"version": "0.8.3",
"description": "mcafee api via restful",
"keywords": [
"mcafee",
"api"
],
"private": false,
"author": "Jeff Emershaw",
"license": "ISC",
"main": "index.js",
"dependencies": {
"chai": "^3.4.1",
"request": "^2.53.0"
},
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"nock": "^3.3.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "exit 0",
"prepublish": "npm run build",
"test": "mocha --reporter spec --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IZIPhAnToMIZI/node-mcafee.git"
},
"bugs": {
"url": "https://github.com/IZIPhAnToMIZI/node-mcafee/issues"
},
"homepage": "https://github.com/IZIPhAnToMIZI/node-mcafee#readme"
}