forked from rafeca/node-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (29 loc) · 825 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
{
"name" : "nodewatch",
"description" : "Simple utility to watch file changes. A file change is a file whom's mtime is changed",
"version" : "0.1.0",
"homepage": "http://jorritd.github.com/node-watch/",
"author" : "Jorrit Duin <[email protected]> (https://github.com/jorritd)",
"keywords": [
"change",
"file",
"tdd"
],
"repository" : {
"type" : "git",
"url" : "git://github.com/jorritd/node-watch.git"
},
"main" : "./lib/watch",
"directories" : {
"lib" : "./lib"
},
"devDependencies": {
"VNLS":"0.0.1",
"docco":"0.3.0",
"jasmine-node":"1.0.20",
"nodewatch":"0.1.0",
"uglify-js":"1.2.5"
},
"engines" : { "node" : ">=0.4.0" },
"licenses" : [ { "type" : "AS IS" } ]
}