Files

31 lines
743 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "libxmljs",
"author": "Marco Rogers",
"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.18.8",
"repository": {
"type": "git",
"url": "http://github.com/libxmljs/libxmljs.git"
},
"main": "./index",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "~2.10.0",
"node-pre-gyp": "^0.9.1"
},
"devDependencies": {
"nodeunit": "^0.11.2",
"semver": "5.5.0"
}
}