mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 23:07:06 +08:00
34 lines
852 B
JSON
34 lines
852 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.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jaywcjlove/awesome-mac-osx.git"
|
|
},
|
|
"keywords": [
|
|
"awesome",
|
|
"awesome-mac",
|
|
"mac",
|
|
"macosx",
|
|
"osx"
|
|
],
|
|
"author": "kenny wang <wowohoo@qq.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jaywcjlove/awesome-mac-osx/issues"
|
|
},
|
|
"homepage": "https://github.com/jaywcjlove/awesome-mac-osx#readme",
|
|
"devDependencies": {
|
|
"colors-cli": "^1.0.7",
|
|
"marked": "^0.3.6",
|
|
"mkdirp": "^0.5.1",
|
|
"pygmentize-bundled": "^2.3.0"
|
|
}
|
|
}
|