UNPKG

increments

Version:

Create polls and manage votes with a MongoDB or MySQL database.

87 lines (86 loc) 2.02 kB
{ "_from": "increments", "_id": "increments@1.2.5", "_inBundle": false, "_integrity": "sha512-BivTkPg54VnLNnjg1UeIGaqSZcO8pieMZzzGdRtHD7I4kMcp0O/l8iiiLtH4OlOHoiY1fxeOyqKtWsA/jrQWLg==", "_location": "/increments", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "increments", "name": "increments", "escapedName": "increments", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/increments/-/increments-1.2.2.tgz", "_shasum": "fe819d757ad12ccb8290aec9025ccb87952c35ea", "_spec": "increments", "_where": "/home/liam/increments", "author": { "name": "Liam Hogan", "email": "liam@hogan.re" }, "bundleDependencies": false, "dependencies": { "async": "^2.6.3", "body-parser": "^1.16.0", "btoa": "^1.2.1", "cookie-parser": "^1.4.3", "crypto": "0.0.3", "minimist": "^1.2.5", "mongoose": "^4.13.20", "mysql": "^2.18.1", "ng-socket-io": "^0.1.10" }, "deprecated": false, "description": "Create polls and manage votes with a MongoDB or MySQL database.", "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chalk": "^1.1.3", "express": "^4.17.1", "jasmine-node": "^1.14.5", "mocha": "^3.2.0", "protractor": "^5.0.0", "pug": "^2.0.0-beta9", "request": "^2.79.0", "selenium-webdriver": "^3.0.1", "socket.io": "^1.7.4", "webdriver-manager": "^11.1.1" }, "license": "ISC", "main": "lib/increments.js", "name": "increments", "scripts": { "run": "node index.js", "s": "node index.js", "start": "node index.js", "test": "node test.js" }, "keywords": [ "voting", "vote", "machine", "election", "count", "counter", "counting", "voting machine", "online", "browser", "html", "js", "node", "mongo", "mysql", "voter" ], "version": "1.2.5" }