2014-05-01 23:30:09 +08:00
|
|
|
{
|
2014-05-03 03:01:11 +08:00
|
|
|
"name": "recordingsWatcher",
|
2014-05-01 23:30:09 +08:00
|
|
|
"version": "0.0.2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "coffee index.coffee"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-05-02 05:42:15 +08:00
|
|
|
"chokidar": "0.8.2",
|
2014-05-02 21:50:46 +08:00
|
|
|
"redis": "0.10.1",
|
|
|
|
"hiredis": "0.1.16",
|
2014-05-01 23:30:09 +08:00
|
|
|
"hapi": "2.6.0",
|
|
|
|
"joi": "2.7.0",
|
|
|
|
"coffee-script": "1.7.1",
|
|
|
|
"js-sha1": "0.1.1",
|
|
|
|
"bunyan": "0.22.2",
|
2014-05-04 01:38:20 +08:00
|
|
|
"json2xml": "0.1.1",
|
|
|
|
"xml2json": "0.4.0",
|
|
|
|
"easyxml": "0.0.5",
|
2014-05-01 23:30:09 +08:00
|
|
|
"glob": "3.2.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "1.7.1",
|
|
|
|
"mocha": "1.18.2",
|
|
|
|
"should": "3.3.1",
|
|
|
|
"glob": "3.2.6",
|
|
|
|
"chai": "1.9.x"
|
|
|
|
}
|
|
|
|
}
|