vue-abtasty
Version:
Vue ABTasty integration plugin
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "vue-abtasty",
"version": "1.1.1",
"description": "Vue ABTasty integration plugin",
"main": "index.js",
"author": "Fabien Dobat",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeniorMedia/vue-abtasty/issues"
},
"homepage": "https://github.com/SeniorMedia/vue-abtasty#readme",
"module": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SeniorMedia/vue-abtasty"
},
"devDependencies": {
"babel-jest": "^25.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.1.0",
"vue": "^2.6.11",
"vue-jest": "^3.0.5"
},
"keywords": [
"abtasty",
"vue-abtasty",
"vue"
],
"scripts": {
"test": "jest"
},
"jest": {
"moduleFileExtensions": [
"js"
],
"transform": {
"^.+\\.js$": "babel-jest"
}
}
}