vue-accessibility-widget
Version:
M16y - Media Accessibility plugin
129 lines (128 loc) • 3.9 kB
JSON
{
"name": "vue-accessibility-widget",
"version": "0.0.33",
"description": "M16y - Media Accessibility plugin",
"author": "Maya Shavin <maya@cloudinary.com>",
"scripts": {
"build": "rimraf ./dist && webpack --config ./build/webpack.config.js"
},
"main": "dist/vue-m16y-plugin.js",
"license": "MIT",
"dependencies": {
"cloudinary-vue": "https://res.cloudinary.com/sdk-test/raw/upload/v1551869972/cloudinary-vue-0.9.0-rc.1.tgz",
"material-design-icons": "^3.0.1",
"material-design-icons-iconfont": "^3.0.3",
"roboto-fontface": "*",
"terser-webpack-plugin": "^1.2.2",
"vue": "^2.5.2"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-stage-2": "^7.0.0",
"autoprefixer": "^7.1.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.9.2",
"chai": "^4.1.2",
"chalk": "^2.1.0",
"chromedriver": "^2.33.1",
"connect-history-api-fallback": "^1.4.0",
"copy-webpack-plugin": "^4.1.1",
"cross-env": "^5.0.5",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4",
"inject-loader": "^3.0.1",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.5.0",
"karma-sinon-chai": "^1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.5",
"mocha": "^4.0.1",
"nightwatch": "^0.9.16",
"node-sass": "^4.11.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.3.0",
"phantomjs-prebuilt": "^2.1.15",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"selenium-server": "^3.6.0",
"semver": "^5.4.1",
"shelljs": "^0.7.8",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"sw-precache-webpack-plugin": "^0.11.4",
"uglify-es": "^3.1.3",
"url-loader": "^0.6.2",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "14.2.2",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.2",
"webpack": "4.29.2",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-merge": "^4.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayashavin/vue-m16y.git"
},
"keywords": [
"a11y",
"m16y",
"accessibility",
"plugin",
"vue",
"widget",
"media",
"accessibility",
"vueJS"
],
"bugs": {
"url": "https://github.com/mayashavin/vue-m16y/issues"
},
"homepage": "https://github.com/mayashavin/vue-m16y#readme"
}