-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "ma-legislature",
"version": "2021.1.0",
"description": "Geographic data for the Massachusetts legislature",
"dependencies": {
"json2csv": "^5.0.5",
"mapshaper": "^0.5.26"
},
"author": "Brian H. Rutledge",
"license": "CC0-1.0",
"main": "index.js",
"devDependencies": {
"browser-sync": "^2.26.13",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1"
},
"scripts": {
"start": "browser-sync --watch --no-open",
"lint": "eslint index.html",
"format": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhrutledge/ma-legislature.git"
},
"bugs": {
"url": "https://github.com/bhrutledge/ma-legislature/issues"
},
"homepage": "https://github.com/bhrutledge/ma-legislature#readme",
"browserslist": [
"defaults and > 0.5% in US",
"not IE 11"
]
}