vue-haru-ripple
Version:
65 lines (64 loc) • 1.91 kB
JSON
{
"name": "vue-haru-ripple",
"version": "1.0.2",
"main": "src/ripple.vue",
"description": "vue ripple",
"author": "wsqviva <wsq19850829@gmail.com>",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --host 0.0.0.0 --inline --hot",
"unit": "karma start test/unit/karma.conf.js",
"build": "webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wsqviva/vue-haru-ripple.git"
},
"bugs": {
"url": "https://github.com/wsqviva/vue-haru-ripple/issues"
},
"keywords": [
"ripple",
"vue-ripple"
],
"dependencies": {
"vue": "^2.0.7"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.7",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-transform-vue-jsx": "^3.1.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.18.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"eslint": "^3.4.0",
"eslint-config-vue": "^1.1.0",
"eslint-plugin-html": "^1.6.0",
"eslint-plugin-vue": "^0.1.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"function-bind": "^1.1.0",
"karma": "^1.2.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"mocha": "^3.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"vue-loader": "^9.9.5",
"vue-style-loader": "^1.0.0",
"webpack": "2.1.0-beta.27",
"webpack-dev-server": "2.1.0-beta.11",
"webpack-merge": "^0.17.0"
},
"license": "MIT"
}