vue-testing
Version:
Makes Vue Testing And Mocking Become Easier And Much Fun
63 lines (62 loc) • 1.76 kB
JSON
{
"name": "vue-testing",
"version": "0.0.3",
"description": "Makes Vue Testing And Mocking Become Easier And Much Fun",
"main": "./dist/vue-testing.js",
"scripts": {
"dev": "webpack-dev-server --config ./webpack/webpack.config.js --inline --hot",
"build": "webpack --config ./webpack/webpack-prod.config.js -p",
"bundle:mini": "webpack --config ./webpack/webpack-bundle.config.js -p",
"bundle": "webpack --config ./webpack/webpack-bundle.config.js",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BosNaufal/vue-testing.git"
},
"keywords": [
"vue-js",
"testing",
"vue-testing",
"vue-plugin",
"vue",
"testing-plugin",
"test-utils",
"tests",
"test",
"vue-plugin",
"vue-test",
"vue-test-utils",
"vue-testing-utils",
"vue-2"
],
"author": "Naufal Rabbani <bosnaufalemail@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BosNaufal/vue-testing/issues"
},
"homepage": "https://github.com/BosNaufal/vue-testing#readme",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"chai": "^3.5.0",
"es6-promise": "^3.2.1",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-webpack": "^1.8.0",
"mocha": "^3.2.0",
"inject-loader": "^2.0.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"vue": ""
}
}