vigil
Version:
Simple, efficient file watching.
38 lines • 839 B
JSON
{
"name": "vigil",
"version": "0.7.3",
"description": "Simple, efficient file watching.",
"homepage": "http://github.com/zeekay/vigil",
"repository": {
"type": "git",
"url": "http://github.com/zeekay/vigil"
},
"bugs": {
"url": "http://github.com/zeekay/vigil/issues"
},
"main": "lib/",
"scripts": {
"prepublish": "cake build",
"test": "cake test"
},
"author": {
"name": "Zach Kelling",
"email": "zk@monoid.io",
"url": "http://zeekay.io"
},
"license": "MIT",
"dependencies": {
"to-regexp": "0.1.7"
},
"devDependencies": {
"cake-publish": "0.1.5",
"cake-version": "0.1.9",
"chai": "3.5.0",
"co-mocha": "1.2.0",
"coffee-script": "1.11.1",
"mocha": "3.1.2",
"request": "2.76.0",
"shortcake": "1.1.18",
"source-map-support": "0.4.6"
}
}