You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
369 B
15 lines
369 B
{
|
|
"name": "before",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/stagas/before",
|
|
"description": "before decorator factory",
|
|
"keywords": ["before", "pre", "hook"],
|
|
"author": "stagas <gstagas@gmail.com>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"should": "~2.1.0"
|
|
},
|
|
"engines": { "node": "*" }
|
|
}
|