UNPKG

youtube-chapters

Version:

A chapters markers generator plugin for a YouTube video, built using JavaScript.

60 lines (59 loc) 1.84 kB
{ "name": "youtube-chapters", "title": "A YouTube chapter generator", "description": "A chapters markers generator plugin for a YouTube video, built using JavaScript.", "url": "https://github.com/VD39/youtube-chapters", "author": "Vijay Dubb", "copyright": "2013", "version": "3.1.11", "license": "MIT", "main": "dist/js/youtube-chapters.js", "repository": { "type": "git", "url": "https://github.com/VD39/youtube-chapters.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack-dev-server --port 9100", "prod:unmin": "webpack", "prod:min": "webpack --config=webpack.min.config.js", "build": "npm run prod:unmin | npm run prod:min" }, "dependencies": {}, "devDependencies": { "autoprefixer": "^6.7.7", "babel": "6.5.2", "babel-core": "^6.24.0", "babel-eslint": "^7.2.1", "babel-loader": "^6.4.0", "babel-plugin-add-module-exports": "0.1.2", "babel-preset-es2015": "^6.24.0", "css-loader": "^0.27.3", "eslint": "^3.18.0", "eslint-config-airbnb": "^13.0.0", "eslint-formatter-pretty": "^1.1.0", "eslint-plugin-compat": "^0.1.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^6.8.0", "eslint-loader": "1.6.1", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.10.1", "node-sass": "^4.5.2", "postcss-loader": "^1.3.3", "raw-loader": "^0.5.1", "sass-loader": "^6.0.3", "style-loader": "^0.14.1", "url-loader": "^0.5.8", "webpack": "^2.3.3", "webpack-dev-server": "^2.4.2" }, "keywords": [ "YouTube", "Chapters", "Markers", "YouTube Chapters", "Youtube Markers" ] }