red-packet
Version:
red-packet algorithm
31 lines • 822 B
JSON
{
"name": "red-packet",
"version": "1.0.1",
"description": "red-packet algorithm",
"main": "index.js",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soontao/red-packet.git"
},
"keywords": [
"red-packet"
],
"author": "suntao",
"license": "MIT",
"bugs": {
"url": "https://github.com/Soontao/red-packet/issues"
},
"homepage": "https://github.com/Soontao/red-packet#readme",
"dependencies": {
"big.js": "^3.1.3"
},
"devDependencies": {
"mocha": "^3.2.0",
"coveralls": "^2.11.16",
"istanbul": "^0.4.5",
"mocha-lcov-reporter": "^1.2.0"
}
}