mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-13 07:17:04 +08:00
38 lines
959 B
JSON
38 lines
959 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://github.com/jaywcjlove/awesome-mac#readme",
|
|
"devDependencies": {
|
|
"colors-cli": "^1.0.7",
|
|
"ejs": "^2.5.6",
|
|
"gh-pages": "^1.0.0",
|
|
"html-minifier": "^3.3.3",
|
|
"loading-cli": "^1.0.2",
|
|
"marked": "^0.3.6",
|
|
"mkdirp": "^0.5.1",
|
|
"pygmentize-bundled": "^2.3.0"
|
|
}
|
|
}
|