UNPKG

watch-glob

Version:
39 lines (38 loc) 896 B
{ "name": "watch-glob", "version": "0.1.3", "description": "Watch glob patterns", "main": "lib/index.js", "scripts": { "test": "mocha test", "prepublish": "coffee -o lib -c src/index.coffee" }, "repository": { "type": "git", "url": "git@github.com:digisfera/node-watch-glob.git" }, "keywords": [ "watch", "glob", "gaze" ], "author": "Manuel Cabral (m.cabral@digisfera.pt)", "license": "ISC", "bugs": { "url": "https://github.com/digisfera/node-watch-glob/issues" }, "homepage": "https://github.com/digisfera/node-watch-glob", "dependencies": { "gaze": "~0.5.0", "lodash": "~2.4.1", "vinyl": "~0.2.3", "globule": "~0.2.0" }, "devDependencies": { "coffee-script": "~1.6.3", "chai": "~1.8.1", "mocha": "~1.17.0", "sinon": "~1.7.3", "rimraf": "~2.2.6" } }