-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 876 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
{
"name": "grunt-hercule",
"description": "Grunt task that wraps hercule for simple document transclusion, ideal for Markdown documents.",
"version": "2.0.0",
"author": {
"name": "Chesley Brown",
"email": "[email protected]",
"url": "http://www.chesleybrown.ca"
},
"engines": {
"node": ">=0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/chesleybrown/grunt-hercule.git"
},
"license": "MIT",
"scripts": {
"test": "grunt && mocha"
},
"dependencies": {
"grunt-tabs4life": "^1.0.11",
"hercule": "^3.0.2"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0",
"grunt-lintspaces": "^0.8.0",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.0.1"
},
"files": [
"tasks"
]
}