-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·49 lines (49 loc) · 1.29 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
{
"name": "shoten7",
"version": "0.0.2",
"private": true,
"description": "",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/golangtokyo/shoten7.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/golangtokyo/shoten7/issues"
},
"homepage": "https://github.com/golangtokyo/shoten7#readme",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"global-bundler": "gem install bundler",
"global": "npm run global-bundler",
"postinstall": "bundle install",
"pdf": "grunt pdf",
"md": "grunt markdown",
"html": "grunt html",
"text": "grunt text",
"epub": "grunt epub",
"web": "grunt web",
"test": "npm run html"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-shell": "^3.0.1",
"js-yaml": "^3.13.1",
"load-grunt-tasks": "^4.0.0",
"textlint": "^11.3.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-plugin-review": "^0.3.3",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-preset-ja-technical-writing": "^3.1.3",
"textlint-rule-preset-japanese": "^4.0.4",
"textlint-rule-prh": "^5.2.1"
}
}