tenna
Version:
A node js application that lets you easily stream most videos from any PC/laptop in your home network, to other devices in the network with a browser.
77 lines (76 loc) • 1.54 kB
JSON
{
"name": "tenna",
"version": "0.1.6",
"engines": {
"node": "*",
"npm": "*"
},
"author": {
"name": "Luis Gutierrez",
"email": "luisg@nadafancy.com",
"url": "http://nadafancy.com"
},
"homepage": "http://tenna.tv/",
"keywords": [
"stream",
"xbox",
"video",
"ps3",
"vita",
"xbmc",
"tenna",
"movies",
"mp4",
"divx",
"handbrake"
],
"repository": {
"type": "git",
"url": "https://github.com/Dudemullet/tenna"
},
"files": [
"build",
"cli.js",
"server.js",
"lib",
"routes"
],
"bin": "cli.js",
"private": false,
"dependencies": {
"express": "4.0.x",
"jade": "*",
"handbrake-js": "1.1",
"node-dir": "*",
"escape-html": "~1.0.1",
"jquery-file-upload-middleware": ">=0.1.0",
"jquery": "~2.1.0",
"blueimp-file-upload": "~9.5.5",
"flat-ui": "~2.1.1",
"progress": "~1.1.4",
"matchdep": "~0.3.0",
"lodash": "~2.4.1",
"uid2": "0.0.3",
"simplesets": "~1.2.0",
"vue": "~0.9.2",
"minimist": "~0.2.0",
"rimraf": "~2.2.8"
},
"scripts": {
"prepublish": "grunt"
},
"devDependencies": {
"grunt": "*",
"grunt-cli": "~0.1.13",
"grunt-browserify": "~1.3.2",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-less": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-coffee": "~0.8.2",
"grunt-mkdir": "~0.1.1",
"grunt-concat": "~0.1.6",
"browserify": "~3.46.1",
"browserify-shim": "~3.6.0"
}
}