-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 930 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
{
"name": "glomium",
"version": "1.1.6",
"description": "Duktape bindings for node.js",
"main": "index.js",
"scripts": {
"install": "node scripts/prebuild.js install",
"build:duktape:win32": "cd duktape &&C:\\Python27\\python.exe tools/configure.py --output-directory src-new --source-directory src-input --config-metadata config --option-file config/sandbox_config.yaml&&cd ..",
"build:win32": "npm run build:duktape:win32&&node-gyp rebuild -j max"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rareweave/glomium"
},
"author": "Angrymouse <[email protected]>",
"license": "Unlicense",
"gypfile": true,
"bugs": {
"url": "https://github.com/rareweave/glomium/issues"
},
"homepage": "https://github.com/rareweave/glomium#readme",
"dependencies": {
"follow-redirects": "^1.15.3",
"nan": "^2.18.0",
"node-addon-api": "^7.1.0",
"tar-fs": "^3.0.4"
}
}