-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 941 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
42
43
44
45
46
47
48
{
"name": "gpub-go",
"version": "0.5.1",
"description": "GPub: Create and publish go books with Glift!",
"preferGlobal": true,
"bin": {
"gpub": "./cmd/gpub.js"
},
"license": "MIT",
"repository": "Kashomon/gpub",
"main": "index.js",
"bugs": {
"url": "http://github.com/Kashomon/gpub/issues"
},
"author": {
"name": "Josh Hoak",
"email": "jrhoak@gmail.com"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"glift",
"go",
"igo",
"baduk",
"weiqi"
],
"devDependencies": {
"glob": "^7.1.1",
"google-closure-compiler": "^20170910.0.0",
"gulp": "^3.9.1",
"gulp-chmod": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-qunit": "^1.5.2",
"gulp-size": "^2.1.0",
"mocha": "^4.1.0",
"through2": "^2.0.1"
},
"dependencies": {
"commander": "^2.11.0",
"js-yaml": "^3.10.0",
"npm": "^6.0.0"
}
}