mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
added persistent search settings and tweaked view
This commit is contained in:
29
node_modules/vue-cookies/package.json
generated
vendored
Normal file
29
node_modules/vue-cookies/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "vue-cookies",
|
||||
"version": "1.7.4",
|
||||
"description": "A simple Vue.js plugin for handling browser cookies",
|
||||
"main": "vue-cookies.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cmp-cc/vue-cookies.git"
|
||||
},
|
||||
"keywords":[
|
||||
"javascript",
|
||||
"vue",
|
||||
"cookie",
|
||||
"cookies",
|
||||
"vue-cookies",
|
||||
"browser",
|
||||
"session"
|
||||
],
|
||||
"author": "cmp-cc",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cmp-cc/vue-cookies/issues"
|
||||
},
|
||||
"homepage": "https://github.com/cmp-cc/vue-cookies#readme",
|
||||
"typings": "types/index.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user