beanstalkd-protocol
Version:
Beanstalkd protocol parser for Node.js/Javascript
47 lines (46 loc) • 1.46 kB
JSON
{
"name": "beanstalkd-protocol",
"version": "1.0.1",
"description": "Beanstalkd protocol parser for Node.js/Javascript",
"main": "lib/index.js",
"options": {
"mocha": "--require scripts/mocha-bootload --check-leaks --colors --reporter spec"
},
"scripts": {
"prepublish": "npm run check && npm run build",
"check": "npm run lint && npm run test:unit",
"lint": "eslint src",
"build": "rm -rf lib/* && babel src -d lib",
"cover": "NODE_ENV=test istanbul cover _mocha -- $npm_package_options_mocha test/unit/*.test.js test/unit/**/*.test.js",
"test": "npm run test:unit",
"test:unit": "NODE_ENV=test mocha $npm_package_options_mocha test/unit/*.test.js test/unit/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burstable/node-beanstalkd-protocol.git"
},
"keywords": [
"beanstalkd",
"protocol",
"parser"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/burstable/node-beanstalkd-protocol/issues"
},
"homepage": "https://github.com/burstable/node-beanstalkd-protocol#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-node6": "^11.0.0",
"babel-register": "^6.18.0",
"eslint": "^3.12.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"publish": "^0.6.0",
"sinon": "^1.17.6",
"unexpected": "^10.21.0",
"unexpected-sinon": "^10.5.1"
}
}