-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.24 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
{
"name": "grunt-attention",
"description": "Display attention-grabbing messages in the terminal",
"version": "1.0.0",
"homepage": "https://github.com/dylang/grunt-attention",
"author": {
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/dylang/grunt-attention.git"
},
"bugs": {
"url": "https://github.com/dylang/grunt-attention/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dylang/grunt-attention/blob/master/LICENSE-MIT"
}
],
"main": "lib/generate-message.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cafe-mocha": "^0.1.8",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-notify": "^0.3.1",
"matchdep": "^0.3.0",
"proxyquire": "^0.6.0",
"time-grunt": "^1.0.0"
},
"keywords": [
"text",
"logging",
"log",
"grunt",
"gruntplugin",
"log",
"message",
"attention",
"logging",
"box",
"terminal",
"console",
"strings"
],
"dependencies": {
"chalk": "^0.5.1",
"wordwrap": "^0.0.2"
}
}