-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "npm-watch",
"version": "0.13.0",
"description": "run scripts from package.json when files change",
"main": "index.js",
"dependencies": {
"nodemon": "^3.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"crlf": "^1.1.1"
},
"bin": "./cli.js",
"scripts": {
"prepublish": "crlf --set=LF cli.js watch-package.js"
},
"repository": {
"type": "git",
"url": "git://github.com/M-Zuber/npm-watch.git"
},
"bugs": {
"type": "git",
"url": "git://github.com/M-Zuber/npm-watch/issues"
},
"homepage": "https://github.com/M-Zuber/npm-watch",
"keywords": [
"npm",
"watch",
"nodemon",
"monitor"
],
"maintainers": [
{
"name": "Mordechai Zuber",
"email": "[email protected]"
}
],
"author": "Stephen Sugden <[email protected]>",
"license": "MIT"
}