amule-myro
Version:
MySQL layer for AlexandraJS aMule
46 lines (45 loc) • 1.51 kB
JSON
{
"name": "amule-myro",
"version": "0.0.2",
"description": "MySQL layer for AlexandraJS aMule",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "istanbul cover _mocha -- -R spec",
"gh-pages-docs": "./node_modules/.bin/jsdoc -c ./.jsdocrc -r -R ./README.md -d ../gh-pages/amule-myro/ src/",
"codeclimate": "docker run --rm --env CODECLIMATE_CODE=\"$PWD\" --volume \"$PWD\":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f html > codeclimate.html"
},
"keywords": [
"alexandrajs",
"multi-layer cache",
"mysql"
],
"author": "Michał Żaloudik <ponury.kostek@gmail.com>",
"license": "ISC",
"engines": {
"node": ">=8.0.0"
},
"peerDependencies": {
"amule": "^0.2.5",
"mysql": "^2.15.0"
},
"devDependencies": {
"amule": "^0.2.5",
"benchmark": "^2.1.3",
"coveralls": "^3.0.3",
"ink-docstrap": "^1.3.2",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"mysql": "^2.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandrajs/amule-myro.git"
},
"bugs": {
"url": "https://github.com/alexandrajs/amule-myro/issues"
},
"homepage": "https://github.com/alexandrajs/amule-myro#readme"
}