Files
vue-cli/packages/@vue/cli-plugin-unit-mocha-webpack/package.json
Evan You d190d99a33 wip
2017-12-26 20:14:07 -05:00

31 lines
738 B
JSON

{
"name": "@vue/cli-plugin-unit-mocha-webpack",
"version": "1.0.0",
"description": "mocha-webpack unit testing plugin for vue-cli",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-cli.git"
},
"keywords": [
"vue",
"vue-cli",
"mocha",
"webpack",
"unit-testing"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-unit-mocha-webpack#readme",
"dependencies": {
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2",
"mocha": "^4.0.1",
"mocha-webpack": "^1.0.1",
"webpack-node-externals": "^1.6.0"
}
}