-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
38 lines (38 loc) · 853 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
{
"name": "broccoli-sane-watcher",
"version": "1.1.5",
"description": "Alternative watcher that uses sane module instead of polling",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-sane-watcher.git"
},
"keywords": [
"broccoli",
"watch",
"watcher"
],
"author": "Kris Selden",
"license": "MIT",
"bugs": {
"url": "https://github.com/broccolijs/broccoli-sane-watcher/issues"
},
"homepage": "https://github.com/broccolijs/broccoli-sane-watcher",
"dependencies": {
"broccoli-slow-trees": "^1.1.0",
"debug": "^2.1.0",
"rsvp": "^3.0.18",
"sane": "^1.1.1"
},
"devDependencies": {
"broccoli": "^0.15.3",
"mocha": "^2.0.1",
"rimraf": "^2.2.8"
}
}