UNPKG

peercast-yp-channels-parser

Version:
55 lines (54 loc) 1.51 kB
{ "name": "peercast-yp-channels-parser", "description": "A parser for PeerCast yellowpages channels.", "version": "0.0.5", "author": "progre", "bugs": { "url": "https://github.com/progre/peercast-yp-channels-parser/issues" }, "dependencies": { "core-js": "^2.4.1" }, "devDependencies": { "@types/node": "^7.0.5", "babel-core": "^6.22.1", "babel-loader": "^6.2.10", "babel-plugin-espower": "^2.3.2", "babel-preset-babili": "0.0.11", "babel-preset-env": "^1.1.8", "copy-webpack-plugin": "^4.0.1", "cross-env": "^3.1.4", "mocha": "^3.2.0", "power-assert": "^1.4.2", "source-map-support": "^0.4.11", "ts-loader": "^2.0.0", "tslint": "^4.4.2", "typescript": "^2.1.5", "typings": "^2.1.0", "uglify-save-license": "^0.4.1", "webpack": "^2.2.1", "webpack-fail-plugin": "^1.0.5" }, "files": [ "index.d.ts", "lib", "LICENSE" ], "homepage": "https://github.com/progre/peercast-yp-channels-parser#readme", "keywords": [ "PeerCast" ], "license": "MIT", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/progre/peercast-yp-channels-parser.git" }, "scripts": { "build": "cross-env NODE_ENV=production webpack --progress", "debug-build": "cross-env NODE_ENV=development webpack --progress", "test": "mocha lib/test/", "typings": "typings install", "watch": "cross-env NODE_ENV=development webpack --progress --watch" } }