wno
Version:
Wonderful Number Operator
40 lines (39 loc) • 892 B
JSON
{
"name": "wno",
"version": "0.0.2",
"description": "Wonderful Number Operator",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --timeout 500000 --slow 30 --recursive test/ --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/willin/node-wno.git"
},
"maintainers": [
{
"name": "Willin Wang",
"email": "willin@willin.org"
}
],
"keywords": [
"Number",
"Operator",
"Wonderful",
"Views",
"Visitors"
],
"author": "Willin Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/willin/node-wno/issues"
},
"homepage": "https://github.com/willin/node-wno",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.17.1",
"istanbul": "^0.3.8",
"mocha": "^2.2.1",
"should": "^5.2.0"
}
}