forked from asciidoctor/asciidoctor-browser-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 925 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
{
"name": "asciidoctor-chrome-extension",
"description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside Chrome!",
"version": "1.5.2",
"homepage": "https://github.com/asciidoctor/asciidoctor-chrome-extension",
"author": {
"name": "Guillaume Grossetie"
},
"repository": {
"type": "git",
"url": "[email protected]:asciidoctor/asciidoctor-chrome-extension.git"
},
"bugs": {
"url": "https://github.com/asciidoctor/asciidoctor-chrome-extension/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/asciidoctor/asciidoctor-chrome-extension/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-copy": "^0.7.0"
},
"keywords": [
"chrome",
"extension",
"asciidoctor"
]
}