-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 969 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
43
44
{
"name": "generator",
"version": "1.0.0",
"description": "Generates a static export from a live website",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node test/index.js | faucet"
},
"bin": {
"generator": "app.js"
},
"keywords": [
"generator",
"web-crawler",
"static",
"export",
"website"
],
"author": "deuxhuithuit",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"html-entities": "^1.2.1",
"mkdirp": "^0.5.1",
"run-queue": "^2.0.1",
"update-notifier": "^3.0.1",
"yargs": "^14.2.0"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.11.0",
"tape-catch": "^1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/DeuxHuitHuit/generator.git"
},
"bugs": {
"url": "https://github.com/DeuxHuitHuit/generator/issues"
},
"homepage": "https://github.com/DeuxHuitHuit/generator"
}