{
  "name": "node-webplay",
  "version": "0.0.6",
  "description": "A nodejs streaming server implementation",
  "main": "bin/server/index.js",
  "bin": {
    "webplay": "bin/server/index.js"
  },
  "scripts": {
    "buildserver": "node ./node_modules/gulp/bin/gulp.js server",
    "build": "node ./node_modules/gulp/bin/gulp.js build",
    "pretest": "node ./node_modules/gulp/bin/gulp.js clean",
    "test": "node ./node_modules/mocha/bin/mocha --reporter spec --timeout 800000 ./bin//**/test/index.js ./bin//**/test/*.test.js",
    "start": "node ./devman.js start server",
    "server": "node ./bin/server/index.js",
    "testdebug": "node ./node_modules/mocha/bin/mocha --inspect --debug-brk --reporter spec ./bin//**/test/index.js",
    "stop": "node ./devman.js stop",
    "install": "node ./dowloadtools.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mediagoom/node-play.git"
  },
  "keywords": [
    "mpeg-dash",
    "hls",
    "vod",
    "streaming",
    "webtv",
    "play",
    "video",
    "onlinevideo",
    "media"
  ],
  "author": "MediaGoom",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mediagoom/node-play/issues"
  },
  "homepage": "https://github.com/mediagoom/node-play#readme",
  "devDependencies": {
    "babel-preset-es2015": "^6.22.0",
    "babelify": "^7.3.0",
    "browserify": "^14.0.0",
    "chai": "^3.5.0",
    "chai-files": "^1.4.0",
    "del": "^2.2.2",
    "eslint": "^3.16.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-eslint": "^3.0.1",
    "gulp-sourcemaps": "^2.4.0",
    "gulp-util": "^3.0.8",
    "mocha": "^3.2.0",
    "request": "^2.79.0",
    "stream-exhaust": "^1.0.1",
    "url": "^0.11.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.9.0"
  },
  "dependencies": {
    "chokidar": "^1.6.1",
    "express": "^4.14.1",
    "npm": "^5.3.0",
    "parse-spawn-args": "^1.0.2"
  }
}
