-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 926 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-reporter",
"description": "Take full control over Grunt's output. Customize each task's output to your liking.",
"version": "0.1.0",
"keywords": [
"grunt",
"restyle",
"reporter"
],
"main": "tasks/reporter.js",
"author": {
"name": "Ronald Treur",
"email": "ronald@lostparticle.net",
"url": "http://lostparticle.net"
},
"repository": {
"type": "git",
"url": "git://github.com/ronaldtreur/grunt-reporter.git"
},
"bugs": {
"url": "https://github.com/ronaldtreur/grunt-reporter/issues",
"email": "ronald@lostparticle.net"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/ronaldtreur/grunt-reporter",
"license": "MIT",
"devDependencies": {
"grunt-readme-generator": "^0.3.41"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}