peercast-yp-proxy-client
Version:
Client for peercast-yp-proxy.
62 lines (61 loc) • 1.72 kB
JSON
{
"name": "peercast-yp-proxy-client",
"description": "Client for peercast-yp-proxy.",
"version": "0.1.10",
"author": "progre",
"bugs": {
"url": "https://github.com/progre/peercast-yp-proxy/issues"
},
"dependencies": {
"debug": "^2.6.3",
"rxjs": "^5.3.0",
"socket.io-client": "^1.7.3"
},
"devDependencies": {
"@types/debug": "^0.0.29",
"@types/empower": "^1.2.30",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"@types/power-assert": "^1.4.29",
"@types/power-assert-formatter": "^1.4.28",
"@types/socket.io-client": "^1.4.29",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-espower": "^2.3.2",
"babel-preset-babili": "^0.0.12",
"babel-preset-env": "^1.3.2",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"mocha": "^3.2.0",
"power-assert": "^1.4.2",
"source-map-support": "^0.4.14",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"typings": "^2.1.0",
"uglify-save-license": "^0.4.1",
"webpack": "^2.3.2",
"webpack-fail-plugin": "^1.0.6"
},
"files": [
"lib",
"LICENSE"
],
"homepage": "https://github.com/progre/peercast-yp-proxy#readme",
"keywords": [
"PeerCast"
],
"license": "GPL-3.0",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/progre/peercast-yp-proxy.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"debug-build": "cross-env NODE_ENV=development webpack",
"postinstall": "typings install || echo Skipped.",
"test": "mocha lib/test/",
"watch": "cross-env NODE_ENV=development webpack --watch"
},
"typings": "lib/index.d.ts"
}