UNPKG

1.22 kBJSONView Raw
1{
2 "name": "npm-watch",
3 "version": "0.6.0",
4 "description": "run scripts from package.json when files change",
5 "main": "index.js",
6 "dependencies": {
7 "nodemon": "^1.18.7",
8 "through2": "^2.0.0"
9 },
10 "devDependencies": {
11 "crlf": "^1.1.0",
12 "markdown-code-blocks": "0.0.1",
13 "tape": "~2.3.2"
14 },
15 "bin": "./cli.js",
16 "scripts": {
17 "demo": "markdown-code-blocks -t bash < README.md",
18 "exclusions": "bash -c echo 'An extension'",
19 "prepublish": "crlf --set=LF cli.js watch-package.js"
20 },
21 "watch": {
22 "test": [
23 "watch-package.js",
24 "test/*.js"
25 ],
26 "exclusions": {
27 "patterns": "*",
28 "extensions": "nothing",
29 "ignore": "ignored.js"
30 }
31 },
32 "repository": {
33 "type": "git",
34 "url": "git://github.com/M-Zuber/npm-watch.git"
35 },
36 "bugs": {
37 "type": "git",
38 "url": "git://github.com/M-Zuber/npm-watch/issues"
39 },
40 "homepage": "https://github.com/M-Zuber/npm-watch",
41 "keywords": [
42 "npm",
43 "watch",
44 "nodemon",
45 "monitor"
46 ],
47 "maintainers": [
48 {
49 "name": "Mordechai Zuber",
50 "email": "mez613+npmwatch@gmail.com"
51 }
52 ],
53 "author": "Stephen Sugden <me@stephensugden.com>",
54 "license": "MIT"
55}