forked from swapmyvote/swapmyvote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.05 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
{
"name": "swapmyvote",
"version": "0.0.0",
"description": "Swap My Vote is a platform which allows voters to find a partner to swap their vote with. Rather than voting for their preferred minority party in a constituency where a tactical vote is necessary or worthwhile, a voter can find someone who will vote for their preferred party somewhere where that vote makes sense, even under First Past The Post. In return, they will vote for their partners preferred party as a tactical vote in their own constituency.",
"dependencies": {
"@rails/webpacker": "5.4.4",
"intl-tel-input": "16.0.7",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swapmyvote/swapmyvote.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/swapmyvote/swapmyvote/issues"
},
"homepage": "https://github.com/swapmyvote/swapmyvote#readme",
"devDependencies": {
"webpack-dev-server": "^3"
},
"engines": {
"node": ">=16.10 <17"
},
"packageManager": "yarn@3.8.1"
}