spincycle
Version:
A reactive message router and object manager that lets clients subscribe to object property changes on the server
32 lines (31 loc) • 853 B
JSON
{
"name": "ace-widget",
"authors": [
"Horacio Gonzalez <horacio.gonzalez@gmail.com>"
],
"description": "LostInBrittany's Ace (http://ace.c9.io/) widget",
"keywords": [
"web-component",
"web-components",
"polymer",
"lostinbrittany",
"ace"
],
"main": "ace-widget.html",
"license": "MIT",
"homepage": "https://github.com/LostInBrittany/ace-widget",
"ignore": [
],
"dependencies": {
"polymer": "Polymer/polymer#^1.5.0",
"ace-builds": "~1.2.0"
},
"devDependencies": {
"bootstrap": "~3.3.2",
"iron-component-page": "PolymerElements/iron-component-page#^1.1.6",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.3",
"paper-styles": "PolymerElements/paper-styles#^1.1.4",
"test-fixture": "PolymerElements/test-fixture#^1.1.1",
"web-component-tester": "^4.3.0"
}
}