-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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": "html-slideshow",
"version": "1.1.0",
"description": "Standalone HTML slideshow using Markdown",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "make build",
"lint": "npx eslint src || exit 0",
"lint:fix": "npx eslint src --fix || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mosbth/html-slideshow.git"
},
"keywords": [
"HTML",
"Markdown",
"slide",
"slideshow",
"presentation",
"syntax highlightning",
"mithril"
],
"author": "Mikael Roos",
"license": "MIT",
"bugs": {
"url": "https://github.com/mosbth/html-slideshow/issues"
},
"homepage": "https://github.com/mosbth/html-slideshow#readme",
"devDependencies": {
"clean-css": "^4.2.3",
"clean-css-cli": "^4.3.0",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"htmlhint": "^0.14.2",
"lessc": "^1.0.2",
"standard": "^16.0.3",
"uglify-es": "^3.3.9"
}
}