-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "review-template",
"version": "0.0.2",
"private": true,
"description": "",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TechBooster/ReVIEW-Template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TechBooster/ReVIEW-Template/issues"
},
"homepage": "https://github.com/TechBooster/ReVIEW-Template#readme",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"global-bundler": "gem install bundler",
"global": "npm run global-bundler",
"pdf": "grunt pdf",
"md": "grunt markdown",
"html": "grunt html",
"text": "grunt text",
"epub": "grunt epub",
"web": "grunt web",
"idgxml": "grunt idgxmlmaker",
"vivliostyle": "grunt vivliostyle",
"test": "npm run html"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.5.3",
"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"
}
}