-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 1.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_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"
}