-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 963 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
{
"name": "funding-public-safety",
"version": "1.0.0",
"description": "Helping Oaklanders understand the impacts of public safety funding. A project of OpenOakland.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openoakland/funding-public-safety.git"
},
"keywords": [
"public safety",
"violence prevention",
"policing",
"open source",
"civic tech",
"oakland"
],
"author": "OpenOakland",
"license": "All rights reserved",
"bugs": {
"url": "https://github.com/openoakland/funding-public-safety/issues"
},
"homepage": "https://github.com/openoakland/funding-public-safety#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"eleventy-navigation-bootstrap": "^0.1.2"
}
}