-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"name": "@feelpp/asciidoctor-extensions",
"private": false,
"version": "1.0.0-rc.13",
"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]>",
"Thomas Saigre <[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",
"handlebars": "^4.7.8",
"libnpmpublish": "^4.0.2",
"mocha": "^10.8.2",
"pacote": "^12.0.2"
}
}