forked from jaywcjlove/awesome-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"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": {
"start": "npm run create:html && npm run create:ast",
"create:html": "node build/create.mjs",
"create:ast": "node build/ast.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/awesome-mac.git"
},
"keywords": [
"awesome",
"awesome-mac",
"mac",
"macosx",
"osx"
],
"author": "kenny wang <[email protected]>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/jaywcjlove/awesome-mac/issues"
},
"homepage": "https://jaywcjlove.github.io/awesome-mac",
"devDependencies": {
"fs-extra": "10.0.0",
"rehype-attr": "1.1.7",
"rehype-raw": "5.1.0",
"rehype-rewrite": "1.0.0",
"rehype-stringify": "8.0.0",
"rehype-template": "0.3.0",
"rehype-urls": "1.1.1",
"remark": "13.0.0",
"remark-autolink-headings": "6.0.1",
"remark-parse": "9.0.0",
"remark-gfm": "1.0.0",
"remark-rehype": "8.1.0",
"remark-slug": "6.0.0",
"to-vfile": "7.0.0",
"unified": "9.2.1",
"vfile-reporter": "7.0.0"
}
}