data-provider-temporary
Version:
Library that helps with server-to-client synchronization of data
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "sane",
"version": "1.6.0",
"description": "Sane aims to be fast, small, and reliable file system watcher.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/amasad/sane"
},
"files": [
"src",
"index.js"
],
"scripts": {
"prepublish": "jshint --config=.jshintrc src/ index.js && mocha --bail",
"test": "jshint --config=.jshintrc src/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js",
"test:debug": "mocha debug --bail"
},
"bin": "./src/cli.js",
"keywords": [
"watch",
"file",
"fswatcher",
"watchfile",
"fs",
"watching"
],
"author": "amasad",
"license": "MIT",
"dependencies": {
"anymatch": "^1.3.0",
"exec-sh": "^0.2.0",
"fb-watchman": "^1.8.0",
"minimatch": "^3.0.2",
"minimist": "^1.1.1",
"walker": "~1.0.5",
"watch": "~0.10.0"
},
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "~1.17.1",
"rimraf": "~2.2.6",
"tmp": "0.0.27"
},
"engines": {
"node": ">=0.6.0"
},
"bugs": {
"url": "https://github.com/amasad/sane/issues"
},
"homepage": "https://github.com/amasad/sane"
}