forked from libxmljs/libxmljs
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1.08 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
36
37
38
39
40
41
42
{
"name": "libxmljs-mt",
"author": "Marco Rogers",
"contributors": [
"Jeff Smick",
"Roman Shtylman",
"Martin von Gagern <[email protected]>"
],
"binary": {
"module_name" : "xmljs",
"module_path" : "./build/Release/",
"host" : "https://github.com",
"remote_path" : "./gagern/libxmljs/releases/download/v{version}-mt/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
},
"description": "multi-threaded libxml bindings for v8 javascript engine",
"version": "0.18.3",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build --loglevel http",
"test": "node --expose_gc ./node_modules/.bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "http://github.com/gagern/libxmljs.git"
},
"bugs": {
"url": "http://github.com/gagern/libxmljs/issues"
},
"main": "./index",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"node-pre-gyp": "~0.6.32",
"bindings": "1.2.1",
"nan": "~2.5.0"
},
"devDependencies": {
"nodeunit": "0.9.0"
}
}