-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 955 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
{
"name": "review-template",
"version": "0.0.1",
"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",
"postinstall": "bundle install",
"pdf": "grunt pdf",
"md": "grunt markdown",
"html": "grunt html",
"test": "npm run html"
},
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-open": "0.2.3",
"grunt-shell": "1.3.0",
"js-yaml": "3.6.0",
"load-grunt-tasks": "3.5.0"
}
}