-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "ezseed-watcher",
"version": "1.1.0",
"description": "Ezseed watcher handles fiels watching",
"main": "index.js",
"scripts": {
"test": "DEBUG='ezseed:*' && mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/ezseed/watcher"
},
"keywords": [
"ezseed",
"watch"
],
"author": "soyuka",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/ezseed/watcher/issues"
},
"homepage": "https://github.com/ezseed/watcher",
"dependencies": {
"ansi-rainbow": "0.0.8",
"async": "~0.9.0",
"axon": "~2.0.0",
"chokidar": "~0.9.0",
"debug": "~2.0.0",
"ezseed-database": "~1.0.6",
"ezseed-logger": "~0.2.0",
"memory-cache": "0.0.5",
"mime": "~1.2.11",
"musicmetadata": "~0.5.0",
"pm2-axon-rpc": "^0.3.1",
"request": "~2.40.0",
"tmdb-3": "0.0.8",
"underscore.string": "~2.3.3"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.4",
"rimraf": "~2.2.8",
"shelljs": "~0.3.0",
"moment": "~2.8.2",
"istanbul": "~0.3.0",
"coveralls": "~2.11.1"
}
}