-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 967 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
{
"name": "@feelpp/asciidoctor-extensions",
"private": false,
"version": "1.0.0-rc.11",
"description": "Asciidoctor Extensions by Feel++.",
"main": "src/index.js",
"scripts": {
"test": "mocha spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feelpp/feelpp-asciidoctor-extensions.git"
},
"keywords": [],
"author": "Guillaume Grossetie <[email protected]>",
"contributors" : [
"Christophe Prud'homme <[email protected]>",
"Javier Cladellas <[email protected]>",
"Vincent Chabannes <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/feelpp/feelpp-asciidoctor-extensions/issues"
},
"homepage": "https://github.com/feelpp/feelpp-asciidoctor-extensions#readme",
"devDependencies": {
"@asciidoctor/core": "~2.2",
"chai": "~4.3",
"libnpmpublish": "^4.0.2",
"mocha": "~10.2",
"pacote": "^12.0.2"
}
}