forked from eddiemoore/grunt-protagonist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.72 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "grunt-protagonist",
"description": "API Blueprint parser",
"version": "0.2.23",
"homepage": "https://github.com/eddiemoore/grunt-protagonist",
"author": {
"name": "Ed Moore",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/eddiemoore/grunt-protagonist.git"
},
"bugs": {
"url": "https://github.com/eddiemoore/grunt-protagonist/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/eddiemoore/grunt-protagonist/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"api",
"blueprint",
"protagonist"
],
"files": [
"tasks"
],
"dependencies": {
"protagonist": "^0.20.1"
},
"gitHead": "78ae4df8ee2e3845e029d26d295bea18a1bfca1b",
"_id": "[email protected]",
"_shasum": "69866d98bb2970787cb64bb46b4c542cc51e21f5",
"_from": "grunt-protagonist@*",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "eddiemoore",
"email": "[email protected]"
},
"dist": {
"shasum": "69866d98bb2970787cb64bb46b4c542cc51e21f5",
"tarball": "http://registry.npmjs.org/grunt-protagonist/-/grunt-protagonist-0.2.22.tgz"
},
"maintainers": [
{
"name": "eddiemoore",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/grunt-protagonist/-/grunt-protagonist-0.2.22.tgz"
}