-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "boundary-review-2018",
"version": "1.0.0",
"description": "exploring the proposed changes to Northern Ireland constituency boundaries",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify js/app.js | uglifyjs > build/app.js"
},
"keywords": [
"Northern",
"Ireland",
"constituency",
"boundaries",
"boundary",
"commission",
"2018",
"review",
"consultation",
"parliament",
"Assembly",
"proposed",
"provisional"
],
"author": "Bob Harper",
"license": "MIT",
"dependencies": {
"bootstrap": ">4.1.2",
"jquery": "^3.1.1",
"leaflet": "^1.0.0",
"leaflet-ajax": "^2.0.0",
"leaflet-providers": "^1.1.15",
"papaparse": "^4.1.2",
"popper.js": "^1.14.3"
},
"devDependencies": {
"browserify": "^13.1.0",
"express": "^4.14.0",
"uglify-js": "^2.7.3"
},
"respository": {
"type": "git",
"url": "https://github.com/NICVA/boundary-review.git"
}
}