forked from jaywcjlove/awesome-mac
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "awesome-mac",
"version": "1.0.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/build.js",
"postinstall": "opencollective postinstall"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/awesome-mac.git"
},
"keywords": [
"awesome",
"awesome-mac",
"mac",
"macosx",
"osx"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/jaywcjlove/awesome-mac/issues"
},
"homepage": "https://jaywcjlove.github.io/awesome-mac",
"devDependencies": {
"@textlint/markdown-to-ast": "^6.0.9",
"colors-cli": "^1.0.20",
"ejs": "^2.6.1",
"fs-extra": "^7.0.0",
"gh-pages": "^2.0.1",
"html-minifier": "^3.5.20",
"loading-cli": "^1.0.8",
"marked": "^0.6.1",
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/awesome-mac",
"logo": "https://opencollective.com/awesome-mac/logo.txt"
}
}