forked from asciidoctor/asciidoctor-browser-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.59 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
55
56
57
58
{
"name": "asciidoctor-browser-extension",
"description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!",
"version": "2.5.0",
"engines": {
"node": ">=8.11",
"npm": ">=5.0.0"
},
"scripts": {
"test": "node spec/browser/run.js",
"build:highlightjs": "node tasks/update-highlight-languages.js",
"build": "npm run lint:code && node tasks/build.js",
"lint:code": "standard app/js/*.js app/js/module/**.js app/js/vendor/asciidoctor-*.js tasks/**.js spec/**.js",
"lint:firefox": "addons-linter dist/asciidoctor-browser-extension.zip"
},
"homepage": "https://github.com/asciidoctor/asciidoctor-browser-extension",
"author": {
"name": "Guillaume Grossetie"
},
"repository": {
"type": "git",
"url": "[email protected]:asciidoctor/asciidoctor-browser-extension.git"
},
"bugs": {
"url": "https://github.com/asciidoctor/asciidoctor-browser-extension/issues"
},
"license": "MIT",
"devDependencies": {
"@asciidoctor/core": "2.1.1",
"addons-linter": "1.24.0",
"archiver": "4.0.1",
"asciidoctor-kroki": "0.8.2",
"bestikk-fs": "1.0.0",
"bestikk-log": "0.1.0",
"bulma": "0.8.2",
"chai": "^4.2.0",
"chartist": "0.11.4",
"csso": "4.0.3",
"dirty-chai": "^2.0.1",
"eslint": "^6.8.0",
"font-awesome": "4.7.0",
"mathjax": "3.0.1",
"mocha": "^7.1.2",
"node-sass": "4.14.0",
"puppeteer": "^3.0.1",
"sinon": "^9.0.2",
"standard": "14.3.3"
},
"keywords": [
"browser",
"chrome",
"chromium",
"opera",
"firefox",
"extension",
"asciidoctor"
]
}