-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.26 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
46
47
48
49
50
{
"name": "build-a-space",
"version": "1.0.1",
"description": "Automatically add community documentation to your repository",
"main": "src/index.js",
"scripts": {
"test": "ava test/*.js"
},
"bin": "./cli.js",
"keywords": [
"api",
"automatic",
"bot",
"community",
"github"
],
"author": "Richard Littauer <[email protected]> (https://burntfen.com)",
"license": "MIT",
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.17.0",
"btoa": "^1.1.2",
"deep-equal": "^1.0.1",
"git-remote-origin-url": "^2.0.0",
"git-remote-upstream-url": "^2.0.0",
"json-diff": "^0.5.2",
"mdast-util-heading-range": "^2.1.0",
"meow": "^4.0.0",
"mz": "^2.7.0",
"opn": "^5.1.0",
"querystring": "^0.2.0",
"remark-parse": "^4.0.0",
"standard": "^13.0.1",
"unified": "^6.1.5",
"unist-util-position": "^3.0.0",
"vfile": "^2.2.0"
},
"devDependencies": {
"ava": "^0.24.0"
},
"homepage": "https://github.com/mntnr/build-a-space",
"bugs": "https://github.com/mntnr/build-a-space/issues",
"repository": {
"type": "git",
"url": "https://github.com/mntnr/build-a-space.git"
},
"contributors": [
"Richard Littauer <[email protected]> (https://burntfen.com)"
]
}