-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 949 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
38
39
40
41
{
"name": "blm-resources",
"version": "1.0.0",
"description": "A list of Black Lives Matter educational material. The BLM list of resources includes books, articles, videos, and podcasts.",
"main": "index.js",
"scripts": {
"build": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanburgess/blm-resources.git"
},
"keywords": [
"blm",
"black",
"lives",
"matter",
"resources",
"education",
"links",
"learning"
],
"author": "Ryan Burgess",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanburgess/blm-resources/issues"
},
"config": {
"ghooks": {
"pre-commit": "",
"pre-push": "node index",
"post-merge": "npm install",
"post-rewrite": "npm install"
}
},
"homepage": "https://github.com/ryanburgess/blm-resources#readme",
"devDependencies": {
"ghooks": "^1.3.2",
"prompt": "^1.0.0"
}
}