forked from voceconnect/grunt-show-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 969 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
40
41
{
"name": "grunt-show-config",
"description": "Show configuration targets",
"keywords": [
"gruntplugin"
],
"version": "0.2.0",
"homepage": "https://github.com/voceconnect/grunt-show-config",
"author": {
"name": "Mark Parolisi",
"url": "http://markparolisi.com/"
},
"repository": {
"type": "git",
"url": "[email protected]:voceconnect/grunt-show-config.git"
},
"bugs": {
"url": "https://github.com/voceconnect/grunt-show-config/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-jshint": "0.3.x",
"grunt": "~0.4.x"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"dependencies": {}
}