forked from dylang/grunt-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 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
{
"name": "grunt-notify",
"description": "Automatic desktop notifications for Grunt errors and warnings. Supports OS X, Windows, Linux.",
"version": "0.4.5",
"homepage": "https://github.com/dylang/grunt-notify",
"author": {
"name": "Dylan Greene",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/dylang/grunt-notify"
},
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"grunt-templates-dylang": "^1.0.12",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.4.5",
"proxyquire": "^1.7.4",
"time-grunt": "^1.3.0"
},
"keywords": [
"gruntplugin",
"notification",
"notify",
"growl",
"mountain lion",
"mavericks",
"linux",
"notify-send",
"error",
"warning",
"automatic"
],
"dependencies": {
"semver": "^5.1.0",
"stack-parser": "^0.0.1",
"which": "^1.2.4"
}
}