-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1022 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
38
39
40
41
42
{
"name": "papogen",
"version": "1.0.5",
"description": "Building website with pugjs and paper.css",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolbuddy/papoGen.git"
},
"keywords": [
"papercss",
"papogen",
"website generator"
],
"author": "Kevin Cyu (https://kevinbird61.github.io/Intro/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/toolbuddy/papoGen/issues"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"filehound": "^1.16.4",
"fs": "0.0.1-security",
"fs-extra": "^5.0.0",
"js-yaml": "^3.12.0",
"jsdom": "^11.12.0",
"jsonfile": "^4.0.0",
"markdown-it": "^8.4.2",
"markdown-it-replace-link": "^1.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"pug": "^2.0.3"
},
"homepage": "https://github.com/toolbuddy/papoGen#readme",
"bin": {
"papogen": "main.js"
}
}