forked from albanm/node-libxslt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 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
42
{
"name": "libxslt",
"version": "0.9.0",
"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/albanm/node-libxslt",
"contributors": [
"Rui Azevedo <[email protected]> (http://www.r-site.net/)"
],
"bugs": {
"url": "https://github.com/albanm/node-libxslt/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/albanm/node-libxslt.git"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.3.0",
"node1-libxmljsmt": "1.0.0",
"nan": "~2.14.0",
"node-addon-api": "^3.0.1"
},
"devDependencies": {
"async": "~0.9.0",
"jsdoc-to-markdown": "^5.0.3",
"mocha": "^8.0.1",
"should": "~4.0.4"
}
}