-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 991 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
{
"name": "promise.bar",
"version": "0.1.5",
"description": "Progress bar to animate the status of Promise.all",
"main": "PromiseBar.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLenny/Promise.bar.git"
},
"author": "Ryan Leonard (https://ryanleonard.us)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeLenny/Promise.bar/issues"
},
"homepage": "https://github.com/CodeLenny/Promise.bar#readme",
"keywords": [
"progress-bar",
"progressbar",
"progress",
"bar",
"status",
"ascii",
"console",
"terminal",
"cli"
],
"devDependencies": {
"chai": "^3.5.0",
"child-process-promise": "^2.2.0",
"codo": "^2.1.2",
"coffee-script": "^1.12.3",
"flour": "^0.5.8",
"mocha": "^3.2.0"
},
"dependencies": {
"ansi": "^0.3.1",
"pathval": "^1.1.0",
"strip-ansi": "^3.0.1"
}
}