-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 845 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
{
"name": "progress-string",
"version": "1.2.2",
"description": "Get a progess bar as a string",
"main": "index.js",
"scripts": {
"example": "sh example/example.sh",
"test": "standard && node test.js"
},
"keywords": [
"progress",
"bar",
"cli"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"ansi-diff-stream": "^1.2.0",
"standard": "^8.5.0",
"svg-term-cli": "^2.1.1",
"tape": "^4.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/progress-string.git"
},
"bugs": {
"url": "https://github.com/watson/progress-string/issues"
},
"homepage": "https://github.com/watson/progress-string#readme",
"coordinates": [
52.1630635,
-7.1482208
]
}