forked from jaywcjlove/awesome-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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 <[email protected]>",
"license": "MIT",
"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"
}
}