spincycle
Version:
A reactive message router and object manager that lets clients subscribe to object property changes on the server
31 lines (30 loc) • 649 B
JSON
{
"name": "polymer-cookie",
"homepage": "https://github.com/andreasonny83/polymer-cookie",
"authors": [
"Andrea Sonny <andreasonny83@gmail.com>"
],
"description": "Cookie Web Component for Polymer 1.x",
"main": "polymer-cookie.html",
"keywords": [
"web-components",
"polymer",
"cookie"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"repository": {
"type": "git",
"url": "https://github.com/andreasonny83/polymer-cookie.git"
},
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"web-component-tester": "*"
}
}