arped-ext
Version:
An extension of cross platform ARP table tools
37 lines (36 loc) • 970 B
JSON
{
"name": "arped-ext",
"version": "0.0.1",
"description": "An extension of cross platform ARP table tools",
"main": "index.js",
"scripts": {
"preversion": "npm test && npm run build && git diff --exit-code --quiet",
"postversion": "git push && git push --tags",
"pretest": "eslint src/",
"test": "mocha --compilers js:babel-core/register",
"build": "babel src --out-dir lib"
},
"keywords": [
"arp"
],
"author": "Dave Irvine <dave@daveirvine.me>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"mocha": "^3.0.2",
"proxyquire": "^1.7.10",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"babel-runtime": "^6.11.6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dave-irvine/node-arped.git"
}
}