-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 981 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
39
40
41
42
43
44
45
46
{
"name": "composer-errors",
"description": "Listen for and output Composer errors.",
"version": "0.1.1",
"homepage": "https://github.com/doowb/composer-errors",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "doowb/composer-errors",
"bugs": {
"url": "https://github.com/doowb/composer-errors/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"async": "^1.4.2",
"capture-stream": "^0.1.0",
"composer": "^0.4.1",
"mocha": "*"
},
"dependencies": {
"ansi-cyan": "^0.1.1",
"ansi-grey": "^0.1.1",
"ansi-red": "^0.1.1",
"error-symbol": "^0.1.0",
"extend-shallow": "^2.0.1",
"lazy-cache": "^0.2.3",
"time-stamp": "^0.1.0"
},
"verb": {
"related": {
"list": [
"composer",
"composer-runtimes"
]
}
}
}