spincycle
Version:
A reactive message router and object manager that lets clients subscribe to object property changes on the server
29 lines (28 loc) • 532 B
JSON
{
"name": "stacky",
"description": "Stacky parses stack traces from various sources, and formats them in readable ways.",
"main": "browser.js",
"authors": [
"The Polymer Authors"
],
"ignore": [
"*",
"!/lib/*.js",
"!/LICENSE",
"!/browser.js"
],
"license": "BSD-3-Clause",
"keywords": [
"stack",
"trace",
"error",
"stack parser",
"trace parser"
],
"homepage": "https://github.com/PolymerLabs/stacky",
"moduleType": [
"amd",
"globals"
],
"version": "1.3.2"
}