27 lines
511 B
JSON
27 lines
511 B
JSON
{
|
|
"name": "stack-chain",
|
|
"description": "API for combining call site modifiers",
|
|
"version": "2.0.0",
|
|
"author": "Andreas Madsen <amwebdk@gmail.com>",
|
|
"scripts": {
|
|
"test": "tap ./test/simple/*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/AndreasMadsen/stack-chain.git"
|
|
},
|
|
"keywords": [
|
|
"stack",
|
|
"chain",
|
|
"trace",
|
|
"call site",
|
|
"concat",
|
|
"format"
|
|
],
|
|
"devDependencies": {
|
|
"tap": "2.x.x",
|
|
"uglify-js": "2.5.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|