UNPKG

vue-mods-names

Version:

Simple adding mods to all components class names in your vue app

60 lines (59 loc) 1.74 kB
{ "name": "vue-mods-names", "description": "Simple adding mods to all components class names in your vue app", "version": "0.0.12", "author": "RGRU team | KamilOcean <dev@rg.ru> (https://github.com/RGRU/)", "license": "MIT", "main": "dist/vue-mods-names.js", "keywords": [ "mods", "classNames", "Vue", "Vue-components", "BEM" ], "repository": { "type": "git", "url": "git+https://github.com/RGRU/vue-mods-names" }, "scripts": { "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules", "test": "cross-env BABEL_ENV=test karma start karma.conf.js --single-run" }, "dependencies": {}, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", "babel-preset-stage-3": "^6.24.1", "chai": "^4.1.2", "cross-env": "^5.0.5", "css-loader": "^0.28.7", "eslint": "^4.11.0", "eslint-loader": "^1.9.0", "eslint-plugin-standard": "^3.0.1", "friendly-errors-webpack-plugin": "^1.6.1", "karma": "^1.7.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-mocha": "^1.3.0", "karma-spec-reporter": "0.0.31", "karma-webpack": "^2.0.6", "mocha": "^4.0.1", "source-map": "^0.6.1", "standard": "^10.0.3", "vue": "^2.5.8", "vue-loader": "^13.5.0", "vue-template-compiler": "^2.5.8", "webpack": "^3.6.0", "webpack-dev-server": "^2.9.1" } }