orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
52 lines (51 loc) • 1.11 kB
JSON
{
"name": "sane",
"version": "1.4.1",
"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:debug": "mocha debug --bail"
},
"bin": "./src/cli.js",
"keywords": [
"watch",
"file",
"fswatcher",
"watchfile",
"fs",
"watching"
],
"author": "amasad",
"license": "MIT",
"dependencies": {
"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"
}