-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 911 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": "camo-purge",
"version": "1.0.2",
"description": "Purges the github camo cache of readme badges",
"main": "index.js",
"bin": {
"camo-purge": "./index.js"
},
"scripts": {
"test": "./index.js -r https://github.com/hobbyquaker/camo-purge ; xo --space 4 --no-esnext"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/camo-purge.git"
},
"keywords": [
"camo",
"cache",
"purge",
"clear",
"github",
"readme",
"badge"
],
"author": "Sebastian Raff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/camo-purge/issues"
},
"homepage": "https://github.com/hobbyquaker/camo-purge#readme",
"dependencies": {
"async": "^2.3.0",
"request": "^2.81.0",
"yargs": "^7.1.0"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"xo": "^0.18.1"
}
}