UNPKG

gypwatcher

Version:

Automatically run node-gyp when your module's C++ files change

44 lines (43 loc) 1.01 kB
{ "name": "gypwatcher", "version": "0.0.2", "description": "Automatically run node-gyp when your module's C++ files change", "main": "gypwatcher.js", "scripts": { "test": "cd test && NODE_ENV=test ../node_modules/.bin/mocha --require should --harmony test.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/adamjaso/node-gypwatcher.git" }, "keywords": [ "node-gyp", "c++", "addon", "file", "watcher", "node-dev" ], "preferGlobal": true, "bin": { "gypwatcher": "./bin/gypwatcher.js" }, "author": "Adam Jaso", "license": "MIT", "bugs": { "url": "https://github.com/adamjaso/node-gypwatcher/issues" }, "homepage": "https://github.com/adamjaso/node-gypwatcher#readme", "dependencies": { "chokidar": "^1.4.3", "lodash": "^4.9.0" }, "publishConfig": { "registry": "https://registry.npmjs.com" }, "devDependencies": { "mocha": "^2.4.5", "nan": "^2.2.1", "should": "^8.3.0" } }