fand/youstream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "youstream",
  "version": "0.1.2",
  "description": "a wrapper of youtube-dl, returns stream",
  "main": "youstream.js",
  "scripts": {
    "preinstall": "node ./script/download-youtube-dl.js",
    "test": "./node_modules/.bin/mocha",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
    "travis": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fand/youstream.git"
  },
  "keywords": [
    "youtube",
    "video",
    "stream"
  ],
  "author": "Jun Fan <fand@kde.cs.tsukuba.ac.jp> (http://gmork.in/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fand/youstream/issues"
  },
  "devDependencies": {
    "coveralls": "^2.10.0",
    "event-stream": "~3.1.5",
    "istanbul": "^0.2.11",
    "json5": "~0.2.0",
    "lodash": "~2.4.1",
    "mocha": "^1.20.1",
    "mocha-lcov-reporter": "0.0.1"
  }
}