UNPKG

node-gtk

Version:

GNOME Gtk+ bindings for NodeJS

67 lines (66 loc) 1.73 kB
{ "name": "node-gtk", "version": "1.0.0", "description": "GNOME Gtk+ bindings for NodeJS", "main": "lib/index.js", "scripts": { "install": "npx node-pre-gyp install --fallback-to-build", "test": "mocha tests/__run__.js", "build": "npx node-pre-gyp build", "build:full": "npx node-pre-gyp rebuild", "configure": "npx node-pre-gyp configure --debug" }, "repository": { "type": "git", "url": "git+https://github.com/romgrk/node-gtk.git" }, "keywords": [ "GNOME", "gobject-introspection", "GObject", "Gtk+", "Gtk", "cairo" ], "author": "Jasper St. Pierre", "contributors": [ "Romain Grégoire <romgrk.cc@gmail.com> (https://github.com/romgrk)" ], "license": "MIT", "bugs": { "url": "https://github.com/romgrk/node-gtk/issues" }, "homepage": "https://github.com/romgrk/node-gtk#readme", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10", "lodash.camelcase": "4.3.0", "lodash.isequal": "4.5.0", "lodash.snakecase": "^4.1.1", "nan": "^2.23.0", "node-gyp": "^11.2.0", "remove-trailing-spaces": "^1.0.7", "unindent": "^2.0.0" }, "devDependencies": { "assert": "^1.5.0", "aws-sdk": "^2.452.0", "chalk": "^2.4.2", "deasync": "^0.1.30", "mocha": "^7.1.0", "nid-parser": "0.0.5", "node-pre-gyp-github": "^1.4.5" }, "files": [ "/lib", "/src", "/scripts", "binding.gyp" ], "binary": { "module_name": "node_gtk", "module_path": "./lib/binding/{node_abi}-{platform}-{arch}/", "remote_path": "./{module_name}/v{version}/", "package_name": "{module_name}-{node_abi}-{platform}-{arch}.tar.gz", "host": "https://node-gtk-1.s3.amazonaws.com" } }