-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "golangtokyo_shoten4",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"global": "gem install bundler",
"postinstall": "bundle install",
"check:prh": "prh --verify --verbose articles/*.re",
"check": "npm run check:prh",
"pdf": "grunt pdf",
"epub": "grunt epub",
"web": "grunt web",
"html": "grunt html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/golangtokyo/shoten4"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/golangtokyo/shoten4/issues"
},
"homepage": "https://github.com/golangtokyo/shoten4#readme",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-open": "^0.2.3",
"grunt-shell": "^1.3.0",
"js-yaml": "^3.12.1",
"load-grunt-tasks": "^3.5.0",
"prh": "^5.4.3",
"prh-languageserver": "^1.0.1"
}
}