-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
84 lines (84 loc) · 2.48 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
{
"name": "voting-booth",
"version": "master",
"license": "AGPL-3.0-only",
"browsers": [
"ie >= 8",
"ff > 4",
"last 8 versions"
],
"author": {
"name": "Sequent Tech Inc and others",
"email": "[email protected]",
"url": "https://sequentech.io"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.0.0",
"angular-local-storage": "^0.7.1",
"angular-mocks": "~1.4",
"autoprefixer": "^10.2.3",
"bootstrap": "3.4.1",
"dragdroptouch": "https://github.com/Bernardo-Castilho/dragdroptouch.git#058f0eca96e57ad695f0d5dd2d7bd492ef1c4e47",
"font-awesome": "~4.3",
"grunt": "^1.5.3",
"grunt-angular-templates": "^1.2.0",
"grunt-browser-output": "1.0.3",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "~0.5",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-htmlmin": "~0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-dom-munger": "~3.4",
"grunt-karma": "^3.0.2",
"grunt-merge-json": "^0.9.5",
"grunt-ng-annotate": "^3.0.0",
"grunt-protractor-runner": "^5.0.0",
"intl-tel-input": "^12.1.0",
"karma": "^6.3.14",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-mocha-reporter": "~0.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "^3.5.0",
"moment": "2.29.4",
"nanoscroller": "^0.8.7",
"postcss": "^8.4.31",
"yarn": "^1.22.0"
},
"dependencies": {
"angular-aria": "^1.8.2",
"common-ui": "https://github.com/sequentech/common-ui.git#master",
"pdfmake": "^0.1.65",
"qrcode-generator": "^1.4.4"
},
"resolutions": {
"**/es5-ext": "0.10.63",
"**/follow-redirects": "1.15.6",
"**/crypto-js": "4.2.0",
"**/semver": "5.7.2",
"**/tough-cookie": "4.1.3",
"**/socket.io-parser": "4.2.3",
"**/engine.io": "6.4.2",
"**/async": "3.2.2",
"**/shelljs": ">=0.8.5",
"**/json-schema": ">=0.4.0",
"**/underscore": "1.12.1",
"**/xmlhttprequest-ssl": "1.6.2",
"**/lodash": "^4.17.19",
"**/minimist": "1.2.6",
"**/yargs-parser": "13.1.2",
"**/cheerio": "0.12.3",
"**/cheerio-select": "0.0.3",
"**/ws": "7.4.6",
"**/ansi-regex": "5.0.1",
"**/xml2js": "0.5.0",
"**/nth-check": "2.0.1",
"**/word-wrap": "npm:@aashutoshrathi/word-wrap"
}
}