forked from rosen-vladimirov/libxmljs
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 742 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 742 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
{
"name": "libxmljs",
"author": "Marco Rogers",
"contributors": [
"Jeff Smick"
],
"description": "libxml bindings for v8 javascript engine",
"version": "0.15.0",
"scripts": {
"test": "node --expose_gc ./node_modules/.bin/nodeunit test",
"install": "node ./build.js"
},
"repository": {
"type": "git",
"url": "http://github.com/polotek/libxmljs.git"
},
"bugs": {
"url": "http://github.com/polotek/libxmljs/issues"
},
"main": "./index",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"bindings": "1.2.1",
"nan": "2.0.7",
"prebuilt": "https://github.com/tailsu/node-prebuilt/tarball/master"
},
"devDependencies": {
"nodeunit": "0.9.0"
}
}