-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"name": "smashmatchups",
"version": "1.0.0",
"description": "Site Generator for SmashMatchups.com",
"main": "generator.js",
"dependencies": {
"canvas": "^2.7.0",
"cheerio": "^1.0.0-rc.5",
"cli-progress": "^3.9.0",
"fs-extra": "^9.1.0",
"git-clone": "^0.1.0",
"git-date-extractor": "^4.0.1",
"markdown-it": "^12.0.4",
"minimist": "^1.2.5",
"nunjucks": "^3.2.3"
},
"devDependencies": {},
"scripts": {
"build": "node generator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmashMatchups/SiteGenerator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SmashMatchups/SiteGenerator/issues"
},
"homepage": "https://github.com/SmashMatchups/SiteGenerator#readme"
}