uupaa.watch.js
Version:
Watch directory and files.
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "uupaa.watch.js",
"version": "0.8.17",
"description": "Watch directory and files.",
"url": "https://github.com/uupaa/Watch.js",
"keywords": ["Watch", "util", "uupaa", "WebModule", "Stable"],
"repository": {
"type": "git",
"url": "https://github.com/uupaa/Watch.js.git"
},
"scripts": {
"init": "npm update; npm run build; npm run test-page",
"watch": "",
"build": "",
"build-simple": "",
"build-release":"",
"test": "",
"test-page": "",
"test-debug": "",
"test-node": "",
"test-browser": "",
"test-sim": "",
"server": "http-server -c-1 -p 8585 &",
"server-stop": "",
"server-kill": "killall -- node /usr/local/bin/http-server -p 8585 ; exit 0",
"hint": "jshint lib/*.js",
"lint": ""
},
"x-build": {
"source": ["lib/Watch.js"],
"output": "release/Watch.min.js",
"target": [],
"label": ["@dev"],
"module": {
"develop": [],
"release": []
}
},
"dependencies": {
},
"devDependencies": {
},
"bin": "./bin/Watch.js",
"lib": "./lib/",
"main": "./bin/Watch.js",
"author": "uupaa <uupaa.js@gmail.com>",
"license": "MIT",
"contributors": []
}