voting
Version:
Voter library for javascript
32 lines (31 loc) • 641 B
JSON
{
"name": "voting",
"version": "0.1.0",
"description": "Voter library for javascript",
"main": "voting.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atd-schubert/voting.git"
},
"keywords": [
"voter",
"boolean",
"statistics",
"async"
],
"author": "Arne Schubert <atd.schubert@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/atd-schubert/voting/issues"
},
"homepage": "https://github.com/atd-schubert/voting#readme",
"dependencies": {
"async": "^1.4.2"
}
}