UNPKG

arped

Version:
38 lines (37 loc) 1.03 kB
{ "name": "arped", "version": "0.2.0", "description": "Cross platform ARP table tools", "main": "index.js", "scripts": { "prepublish": "npm test && npm run build && git diff --exit-code --quiet", "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" } }