forked from dylang/grunt-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.4 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
{
"name": "grunt-notify",
"description": "Automatic desktop notifications for Grunt errors and warnings using Growl for OS X or Windows, Mountain Lion and Mavericks Notification Center, and Notify-Send.",
"version": "0.3.1",
"homepage": "https://github.com/dylang/grunt-notify",
"author": {
"name": "Dylan Greene",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/dylang/grunt-notify.git"
},
"bugs": {
"url": "https://github.com/dylang/grunt-notify/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dylang/grunt-notify/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "~1.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.11.0",
"grunt-templates-dylang": "~0.1.0",
"load-grunt-tasks": "^0.6.0",
"proxyquire": "^1.0.1",
"time-grunt": "^0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"notification",
"notify",
"growl",
"mountain lion",
"mavericks",
"linux",
"notify-send",
"error",
"warning",
"automatic"
],
"dependencies": {
"semver": "^3.0.1",
"stack-parser": "~0.0.1",
"which": "~1.0.5"
}
}