-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 Bytes
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
{
"name": "libxml2-nodejs",
"version": "1.4.0",
"description": "A wrapper for libxml2 (or an attempt to)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-pre-gyp install --fallback-to-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radixo/libxml2-nodejs.git#1.1.0"
},
"keywords": [
"xml",
"libxml2",
"libxml",
"wrapper",
"c14n"
],
"author": "Walter Neto",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/radixo/libxml2-nodejs/issues"
},
"homepage": "https://github.com/radixo/libxml2-nodejs#readme",
"dependencies": {
"node-pre-gyp": "^0.13.0"
},
"binary": {
"module_name": "xml2",
"module_path": "build/Release",
"host": "https://libxml2-nodejs.s3-us-east-1.amazonaws.com"
},
"devDependencies": {
"aws-sdk": "^2.462.0",
"jsdoc-to-markdown": "^5.0.0"
}
}