Skip to content

Instantly share code, notes, and snippets.

@nshCore
Created October 13, 2016 13:29
Show Gist options
  • Save nshCore/b5ee7f385972e61032b686caeb4e6196 to your computer and use it in GitHub Desktop.
Save nshCore/b5ee7f385972e61032b686caeb4e6196 to your computer and use it in GitHub Desktop.
{
"name": "@websanova/vue-auth",
"description": "Vue.js token based authentication plugin. Supports simple token based and Json Web Tokens (JWT) authentication.",
"keywords": ["vue", "vue.js", "jwt", "auth", "authentication", "plugin", "json", "web", "token"],
"author": {
"name": "Websanova",
"url": "http://websanova.com",
"username": "websanova",
"email": "rob@websanova.com"
},
"main": "src/index.js",
"version": "1.1.0-beta",
"repository": {
"type": "git",
"url": "https://github.com/websanova/vue-auth"
},
"licenses": "MIT, GPL",
"dependencies": {
"vue-google-maps": "^0.1.16",
"vue": "^1.0.0"
},
"peerDependencies": {
"vue": "^1.0.0",
"lodash": "^4.15.0",
"q": "^1.4.1"
},
"devDependencies": {
"@websanova/vue-auth": "1.1.0-beta",
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-runtime": "6.9.2",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.23.1",
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.0",
"grunt-vue": "^0.1.3",
"replace-webpack-plugin": "0.1.2",
"style-loader": "0.13.1",
"vue-hot-reload-api": "1.3.2",
"vue-html-loader": "1.2.3",
"vue-loader": "8.5.2",
"vue-style-loader": "1.0.0",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"webpack-stream": "3.2.0"
},
"scripts": {
"demo": "webpack-dev-server --host=127.0.0.1 --http --port=2919 --content-base=demo/public/ --config=demo/webpack.config.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment