/
githubmirror
/
awesome-mac
Обзор
Документация
Войти
/
githubmirror
/
awesome-mac
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.1.0
package.json
39 строк
1009 B
jaywcjlove
released v1.1.0
05 окт 2021, 01:16
05 окт 2021, 01:16
ea1c9ed
Код
Авторство
О чём код?
{ "name": "awesome-mac", "version": "1.1.0", "description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ", "homepage": "https://jaywcjlove.github.io/awesome-mac", "main": "dist/awesome-mac.json", "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" ], "files": [ "dist/awesome-mac.json", "dist/awesome-mac.zh.json" ], "author": "kenny wang <wowohoo@qq.com>", "license": "CC-BY-SA-4.0", "bugs": { "url": "https://github.com/jaywcjlove/awesome-mac/issues" }, "devDependencies": { "fs-extra": "10.0.0", "remark": "13.0.0", "remark-gfm": "1.0.0", "markdown-to-html-cli": "2.1.1", "to-vfile": "7.0.0" } }