bower
Version:
The browser package manager
27 lines (26 loc) • 514 B
JSON
{
"name": "capture-stack-trace",
"version": "1.0.0",
"description": "Error.captureStackTrace ponyfill",
"license": "MIT",
"repository": "floatdrop/capture-stack-trace",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "github.com/floatdrop"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"Error",
"captureStackTrace"
],
"dependencies": {},
"devDependencies": {
"mocha": "*"
}
}