Files
awesome-mac/package.json
2021-05-17 14:54:21 +08:00

47 lines
1.2 KiB
JSON

{
"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 <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": {
"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"
}
}