vue-cancan
Version:
Vue.js integration with Rails CanCan authorization library
34 lines (33 loc) • 842 B
JSON
{
"name": "vue-cancan",
"version": "0.0.3",
"description": "Vue.js integration with Rails CanCan authorization library",
"main": "dist/vue-cancan.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/vue-cancan.js --out-file dist/vue-cancan.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sandrew/vue-cancan.git"
},
"keywords": [
"vue",
"cancan",
"authorization",
"rails"
],
"author": "Andrei Shaidurov",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandrew/vue-cancan/issues"
},
"homepage": "https://github.com/sandrew/vue-cancan#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"vue": "^2.3.3",
"vue-router": "^2.7.0",
"webpack": "^2.6.1"
}
}