-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.07 KB
/
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
38
39
{
"name": "cybersecurity-macOS",
"version": "1.1.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"homepage": "https://github.com/paulveillard/cybersecurity-macOS",
"main": "dist/cybersecurity-macOS.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/paulveillard/cybersecurity-macOS"
},
"keywords": [
"cybersecurity",
"cybersecurity-macOS",
"mac",
"macosx",
"osx"
],
"files": [
"dist/cybersecurity-macOS.json",
"dist/cybersecurity-macOS.zh.json"
],
"author": "Paul Veillard <management@paulveillard.com>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/paulveillard/cybersecurity-macOS"
},
"devDependencies": {
"fs-extra": "10.0.0",
"remark": "13.0.0",
"remark-gfm": "1.0.0",
"markdown-to-html-cli": "3.1.5",
"to-vfile": "7.0.0"
}
}