-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
42 lines (42 loc) · 844 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": "fake-progress",
"version": "1.0.4",
"description": "Fake a progress bar using an exponential progress function",
"main": "index.js",
"scripts": {
"test": "xo && node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piercus/fake-progress.git"
},
"keywords": [
"progress",
"fake",
"spinner",
"percentage",
"simulate",
"elegant",
"loading",
"busy"
],
"author": "Pierre Colle",
"license": "MIT",
"bugs": {
"url": "https://github.com/piercus/fake-progress/issues"
},
"xo": {
"rules": {
"object-shorthand": [
"error",
"never"
]
}
},
"homepage": "https://github.com/piercus/fake-progress#readme",
"devDependencies": {
"assert": "^1.4.1",
"vows": "^0.8.1",
"xo": "^0.18.1"
}
}