forked from prantlf/grunt-nomnoml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
{
"name": "grunt-nomnoml",
"description": "Grunt task to generate images from nomnoml diagram sources",
"version": "0.2.2",
"homepage": "https://github.com/prantlf/grunt-nomnoml",
"author": {
"name": "Ferdinand Prantl",
"email": "[email protected]",
"url": "http://prantl.tk"
},
"repository": {
"type": "git",
"url": "git://github.com/prantlf/grunt-nomnoml.git"
},
"bugs": {
"url": "https://github.com/prantlf/grunt-nomnoml/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/grunt-nomnoml/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "grunt test",
"check_coverage": "grunt instrument && GRUNT_NOMNOML_COVERAGE=1 grunt test",
"post_coverage": "grunt instrument && GRUNT_NOMNOML_COVERAGE=1 grunt post_coverage"
},
"dependencies": {
"nomnoml-cli": "^0.2.3",
"q": "~2.0.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-coveralls": "^1.0.0",
"grunt-jscoverage": "^0.1.3",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.1",
"time-grunt": "^1.3.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"grunt",
"nomnoml",
"uml",
"image",
"generate"
]
}