-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "awesome-mac",
"version": "1.7.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"homepage": "https://jaywcjlove.github.io/awesome-mac",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "dist/awesome-mac.json",
"scripts": {
"start": "npm run build && npm run create:ast",
"doc": "idoc --watch",
"build": "idoc",
"create:ast": "node build/ast.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/awesome-mac.git"
},
"keywords": [
"awesome",
"awesome-mac",
"mac",
"macosx",
"osx"
],
"files": [
"dist/awesome-mac.json",
"dist/awesome-mac.zh.json"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/jaywcjlove/awesome-mac/issues"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"idoc": "^1.26.5",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"to-vfile": "^7.2.3"
}
}