UNPKG

vue-material-input

Version:

Simple implementation of Material Input with no dependencies

119 lines (118 loc) 3.64 kB
{ "name": "vue-material-input", "version": "1.2.0", "description": "Simple implementation of Material Input with no dependencies", "author": "sobolevn <mail@sobolevn.me>", "private": false, "scripts": { "publish-please": "./node_modules/.bin/publish-please", "ppublish": "npm run build && publish-please guard && npm run publish-please && npm run ghpages", "build": "./node_modules/.bin/webpack --config build/webpack.conf.js", "test:unit": "karma start test/unit/karma.conf.js --single-run", "test:security": "./node_modules/.bin/nsp check", "test": "npm run test:unit && npm run test:security && npm run lint", "lint": "eslint --ext .js,.vue src test/unit/specs dev", "ghpages": "npm run play:build && ./node_modules/.bin/gh-pages -d dist-play", "play": "vue-play start", "play:build": "vue-play build" }, "files": [ "src/", "dist/", "LICENSE.md", "README.md" ], "peerDependencies": { "vue": "~2.0" }, "devDependencies": { "autoprefixer": "^6.4.0", "babel-core": "^6.18.0", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.7", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.0.0", "babel-register": "^6.0.0", "babel-runtime": "5", "chai": "^3.5.0", "connect-history-api-fallback": "^1.1.0", "coveralls": "^2.11.14", "cross-spawn": "^4.0.2", "css-loader": "^0.25.0", "eslint": "^3.7.1", "eslint-config-standard": "^6.1.0", "eslint-friendly-formatter": "^2.0.5", "eslint-loader": "^1.5.0", "eslint-plugin-html": "^1.3.0", "eslint-plugin-promise": "^2.0.1", "eslint-plugin-standard": "^2.0.1", "eventsource-polyfill": "^0.9.6", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "function-bind": "^1.0.2", "gh-pages": "^0.11.0", "html-webpack-plugin": "^2.8.1", "http-proxy-middleware": "^0.17.2", "humane-js": "^3.2.2", "inject-loader": "^2.0.1", "isparta-loader": "^2.0.0", "js-cookie": "^2.1.3", "json-loader": "^0.5.4", "karma": "^1.3.0", "karma-coverage": "^1.1.1", "karma-coveralls": "^1.1.2", "karma-mocha": "^1.2.0", "karma-phantomjs-launcher": "^1.0.0", "karma-sinon-chai": "^1.2.0", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.26", "karma-webpack": "^1.7.0", "lolex": "^1.4.0", "mocha": "^3.1.0", "mocha-lcov-reporter": "^1.2.0", "node-sass": "^3.10.1", "nsp": "^2.6.2", "opn": "^4.0.2", "ora": "^0.3.0", "phantomjs-prebuilt": "^2.1.3", "publish-please": "^2.2.0", "raw-loader": "^0.5.1", "sass-loader": "^4.0.2", "selenium-server": "2.53.1", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "url-loader": "^0.5.7", "vee-validate": "next", "vue": "2.0.5", "vue-hot-reload-api": "^2.0.6", "vue-html-loader": "^1.2.3", "vue-loader": "^9.7.0", "vue-play": "2.1.0", "vue-play-cli": "^1.0.3", "vue-router": "^2.0.1", "vue-style-loader": "^1.0.0", "vue-template-compiler": "^2.0.5", "vueify": "^9.2.4", "vueify-insert-css": "^1.0.0", "webpack": "^1.13.3", "webpack-dev-middleware": "^1.8.3", "webpack-hot-middleware": "^2.12.2", "webpack-merge": "^0.14.1" }, "main": "dist/index.js", "repository": { "url": "https://github.com/wemake-services/vue-material-input.git", "type": "git" }, "keywords": [ "vue", "component", "material", "input", "wemake.services" ], "license": "MIT", "dependencies": {} }