Files
awesome-mac/package.json
2020-11-26 11:52:51 +08:00

38 lines
962 B
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"
},
"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": "^1.2.5"
}
}