-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 924 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
{
"name": "actonmass-campaign-map",
"version": "2021.1.0",
"description": "Map of commitments to The People's House campaign",
"author": "Brian H. Rutledge",
"license": "CC0-1.0",
"main": "index.js",
"devDependencies": {
"browser-sync": "^2.26.14",
"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 -c bs-config.js --no-open",
"lint": "eslint index.html",
"format": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actonmass/campaign-map.git"
},
"bugs": {
"url": "https://github.com/actonmass/campaign-map/issues"
},
"homepage": "https://github.com/actonmass/campaign-map#readme",
"browserslist": [
"defaults and > 0.5% in US",
"not IE 11"
]
}