-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 858 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 858 Bytes
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
{
"name": "watch-glob",
"version": "0.1.3",
"description": "Watch glob patterns",
"main": "lib/index.js",
"scripts": {
"test": "mocha test",
"prepublish": "coffee -o lib -c src/index.coffee"
},
"repository": {
"type": "git",
"url": "git@github.com:digisfera/node-watch-glob.git"
},
"keywords": [
"watch",
"glob",
"gaze"
],
"author": "Manuel Cabral (m.cabral@digisfera.pt)",
"license": "ISC",
"bugs": {
"url": "https://github.com/digisfera/node-watch-glob/issues"
},
"homepage": "https://github.com/digisfera/node-watch-glob",
"dependencies": {
"gaze": "~0.5.0",
"lodash": "~2.4.1",
"vinyl": "~0.2.3",
"globule": "~0.2.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"chai": "~1.8.1",
"mocha": "~1.17.0",
"sinon": "~1.7.3",
"rimraf": "~2.2.6"
}
}