UNPKG

teo-cookies-extension

Version:
29 lines (28 loc) 662 B
{ "name": "teo-cookies-extension", "version": "1.0.1", "description": "Cookies extension for Teo.JS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Antyfive/teo-cookies.git" }, "keywords": [ "Teo.JS", "cookies", "middleware", "extension" ], "author": "Andrew Teologov <teologov.and@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Antyfive/teo-cookies/issues" }, "homepage": "https://github.com/Antyfive/teo-cookies#readme", "dependencies": { "cookies": "^0.6.2" } }