-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.27 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "thanc",
"version": "1.7.2",
"description": "thanc: a smarty way to thank the authors of NPM packages by starring their repos on Github",
"checksums": {
"md5": "c0488e3e4c5f6deaac26b80f4974f7ba",
"sha1": "f7894b95b2f7f4c61582b54c0c9465719952684e"
},
"scripts": {
"build": "babel index.js --out-file dist.js"
},
"author": {
"name": "Vincenzo (Wilk) Ferrari",
"email": "[email protected]",
"url": "https://github.com/wilk"
},
"bin": "dist.js",
"engines": {
"node": ">=4.0.0",
"npm": ">=2.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wilk/thanc"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
"commander": "^2.12.2",
"node-fetch": "^1.7.3",
"npm": "^5.6.0",
"progress": "^2.0.0",
"prompt": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0"
},
"keywords": [
"thanc",
"thank",
"thanks",
"thx",
"thanx",
"star",
"stars",
"open source",
"sustainability",
"donate",
"support",
"funding",
"patreon",
"donor",
"thank you",
"fund",
"sustain",
"earn"
]
}