-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "htpc_meteor",
"version": "1.0.0",
"description": "This is a web app, built in Meteor, to keep track of your media - or at least that's the end goal. Right now it's on its very initial stages towards that. I'll likely be updating this frequently.",
"main": "htpc_meteor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "1.5.2",
"chalk": "^1.1.3",
"chokidar": "^1.4.3",
"countrynames": "0.1.1",
"fibers": "^1.0.10",
"fluent-ffmpeg": "2.0.1",
"foundation-sites": "^6.2.1",
"mime": "1.3.4",
"moviedb": "^0.2.3",
"node-tvdb": "1.6.1",
"path": "0.12.7",
"portfinder": "0.4.0",
"request": "2.65.0",
"select2": "^4.0.2",
"stream-transcoder": "0.0.5",
"video.js": "^5.9.2",
"videojs-resolution-switcher": "0.3.1",
"view-list": "^2.1.0",
"virtual-scroll": "^1.0.2",
"walk": "2.3.9",
"walkdir": "0.0.11"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.6"
}
}