UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

21 lines (20 loc) 592 B
{ "name": "stacktrace-js", "description": "Framework-agnostic, micro-library for getting stack traces in all environments", "author": "Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)", "version": "0.6.4", "keywords": ["stack-trace", "cross-browser", "framework-agnostic", "client", "browser"], "homepage": "http://stacktracejs.com", "repository": { "type": "git", "url": "git://github.com/stacktracejs/stacktrace.js.git" }, "main": "./stacktrace.js", "engines": { "node": "*" }, "dependencies": {}, "devDependencies": { "jshint": "0.9.x" } }