caption-core
Version:
Download subtitles from multiple sources.
83 lines (82 loc) • 2.08 kB
JSON
{
"name": "caption-core",
"version": "2.2.0-beta1",
"description": "Download subtitles from multiple sources.",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "rollup -c",
"flow": "flow",
"test": "npm run build && NODE_ENV=test jest",
"test:watch": "npm run build && jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gielcobben/caption-core.git"
},
"keywords": [
"caption",
"subtitles",
"opensubtitles",
"addic7ed",
"thesubdb"
],
"author": {
"name": "Giel Cobben",
"email": "g.cobben@gmail.com",
"url": "https://gielcobben.com"
},
"contributors": [
{
"name": "Vernon de Goede",
"email": "info@vernondegoede.com",
"url": "https://github.com/vernondegoede"
},
{
"name": "Giel Cobben",
"email": "g.cobben@gmail.com",
"url": "https://github.com/gielcobben"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gielcobben/CaptionCore/issues"
},
"homepage": "https://github.com/gielcobben/CaptionCore#readme",
"dependencies": {
"addic7ed-api": "^1.3.2",
"bluebird": "^3.5.1",
"iso-639-2": "^1.0.0",
"lodash": "^4.17.4",
"opensubtitles-api": "^4.0.0",
"request": "^2.83.0",
"thesubdb": "^1.0.8",
"zlib": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"flow-bin": "^0.59.0",
"jest": "^21.2.1",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^3.0.0"
},
"jest": {
"moduleDirectories": [
"node_modules",
"src"
],
"transform": {
"^.+\\.js?$": "babel-jest"
}
}
}