UNPKG

amule-aim

Version:

Aggregated, In-Memory cache for AlexandraJS aMule

42 lines (41 loc) 1.48 kB
{ "name": "amule-aim", "version": "0.5.5", "description": "Aggregated, In-Memory cache for AlexandraJS aMule", "main": "index.js", "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -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-aim/ 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", "aggregated", "in-memory" ], "author": "Michał Żaloudik <ponury.kostek@gmail.com>", "license": "ISC", "peerDependencies": { "amule": "^0.2.6" }, "devDependencies": { "amule": "^0.2.6", "benchmark": "^2.1.4", "coveralls": "^3.1.1", "ink-docstrap": "^1.3.2", "istanbul": "^0.4.5", "jsdoc": "^4.0.4", "mocha": "^10.7.3", "mocha-lcov-reporter": "^1.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/alexandrajs/amule-aim.git" }, "bugs": { "url": "https://github.com/alexandrajs/amule-aim/issues" }, "homepage": "https://github.com/alexandrajs/amule-aim#readme" }