forked from fishilico/libxmljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1021 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": "libxmljs",
"author": "Marco Rogers",
"contributors": [
"Jeff Smick"
],
"binary": {
"module_name": "xmljs",
"module_path": "./build/Release/",
"host": "https://github.com",
"remote_path": "./libxmljs/libxmljs/releases/download/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"description": "libxml bindings for v8 javascript engine",
"version": "0.19.7",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build --loglevel http",
"test": "node --expose_gc ./node_modules/.bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/libxmljs/libxmljs.git"
},
"bugs": {
"url": "https://github.com/libxmljs/libxmljs/issues"
},
"main": "./index",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"bindings": "~1.3.0",
"nan": "~2.14.0",
"node-pre-gyp": "~0.11.0"
},
"devDependencies": {
"nodeunit": "~0.11.2",
"semver": "~5.5.0"
}
}