forked from albanm/node-libxslt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1012 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
35
36
37
38
39
40
41
{
"name": "@hostedscan/libxslt",
"version": "0.10.3",
"description": "[Fork] Node.js bindings for libxslt compatible with libxmljs",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"docs": "jsdoc2md index.js --template readme.hbs > README.md"
},
"keywords": [
"xml",
"xsl",
"xslt",
"libxslt",
"bindings"
],
"author": "Alban Mouton <[email protected]>",
"homepage": "https://github.com/hostedscan/node-libxslt",
"contributors": [
"Rui Azevedo <[email protected]> (http://www.r-site.net/)"
],
"bugs": {
"url": "https://github.com/hostedscan/node-libxslt/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hostedscan/node-libxslt.git"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"node1-libxmljsmt-myh": "1.0.8",
"nan": "~2.14.2"
},
"devDependencies": {
"async": "~3.2.0",
"jsdoc-to-markdown": "^7.0.1",
"mocha": "^9.0.2",
"should": "~13.2.3"
}
}