-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 822 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
{
"name": "grunt-chuck-norris",
"description": "Grunt task to show chuck norris jokes. Migration of the famous jenkins hudson build ci plugin",
"version": "0.0.1",
"homepage": "https://github.com/raDiesle/grunt-chuck-norris",
"author": {
"name": "David Amend",
"email": "[email protected]",
"url": "www.it-amend.de"
},
"repository": {
"type": "git",
"url": "git://github.com/raDiesle/grunt-chuck-norris"
},
"bugs": {
"url": "https://github.com/raDiesle/grunt-chuck-norris/issues"
},
"main": "grunt.js",
"engines": {
"node": "*"
},
"devDependencies": {
"grunt": "~0.4"
},
"keywords": [
"gruntplugin",
"chuck norris",
"chuck",
"norris",
"fun"
]
}