-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.52 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@gfxfundamentals/lesson-builder",
"version": "2.4.2",
"description": "Article builder",
"main": "build.js",
"dependencies": {
"@gfxfundamentals/thumbnail-gen": "github:gfxfundamentals/thumbnail-gen#v1.0.3",
"ansi-colors": "^4.1.3",
"color-support": "^1.1.3",
"express": "^4.19.2",
"feed": "^4.2.2",
"handlebars": "^4.7.8",
"hanson": "^1.2.0",
"image-size": "^1.1.1",
"inmemfilecache": "0.0.6",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^3.0.3",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"puppeteer": "^22.12.1",
"server-destroy": "^1.0.1",
"sitemap": "github:greggman/sitemap.js#multiple-langs"
},
"devDependencies": {
"chai": "^4.4.1",
"diff": "^5.2.0",
"eslint": "^8.57.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-one-variable-per-var": "0.0.3",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"mocha": "^10.6.0"
},
"scripts": {
"lint": "eslint . --ext .js",
"test": "mocha test/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gfxfundamentals/lesson-builder.git"
},
"keywords": [
"builder",
"website"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/gfxfundamentals/lesson-builder/issues"
},
"homepage": "https://github.com/gfxfundamentals/lesson-builder#readme"
}