forked from stacktracejs/stacktrace.js
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
20 lines (20 loc) · 590 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "stacktrace-js",
"description": "Framework-agnostic, micro-library for getting stack traces in all environments",
"author": "Eric Wendelin <me@eriwen.com> (http://eriwen.com)",
"version": "0.5.0",
"keywords": ["stack-trace", "cross-browser", "framework-agnostic", "client", "browser"],
"homepage": "http://stacktracejs.com",
"repository": {
"type": "git",
"url": "git://github.com/eriwen/javascript-stacktrace.git"
},
"main": "./stacktrace.js",
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"jshint": "0.9.x"
}
}