mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 23:07:06 +08:00
45 lines
1.2 KiB
JSON
45 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": {
|
|
"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.0",
|
|
"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"
|
|
}
|
|
}
|