forked from gagern/libxmljs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
43
{
"name": "libxmljs-mt",
"author": "Marco Rogers",
"contributors": [
"Jeff Smick",
"Roman Shtylman",
"Martin von Gagern <Martin.vGagern@gmx.net>",
"Justin Murray <justin@murrayju.com>"
],
"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": "multi-threaded libxml bindings for v8 javascript engine",
"version": "0.18.7",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build --loglevel http",
"test": "node --expose_gc node_modules/nodeunit/bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "http://github.com/murrayju/libxmljs-mt.git"
},
"bugs": {
"url": "http://github.com/murrayju/libxmljs-mt/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"
}
}