Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

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"
}