-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
42 lines (42 loc) · 886 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
{
"name": "observatory",
"description": "Beautiful UI for showing tasks running on the command line.",
"version": "1.0.0",
"homepage": "https://github.com/dylang/observatory",
"author": {
"name": "Dylan Greene",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/dylang/observatory.git"
},
"bugs": {
"url": "https://github.com/dylang/observatory/issues"
},
"license": "MIT",
"main": "lib/observatory",
"scripts": {
"test": "mocha && jshint lib test"
},
"devDependencies": {
"chai": "^3.3.0",
"faker": "^3.0.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"q": "^1.4.1"
},
"keywords": [
"task",
"watch",
"status",
"bower",
"bower log",
"logging"
],
"dependencies": {
"ansi-escapes": "^1.1.0",
"chalk": "^1.1.1",
"lodash": "^3.10.1"
}
}