mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "express-unless",
|
|
"description": "Conditionally add a middleware to express with some common patterns.",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git://github.com/jfromaniello/express-unless.git"
|
|
},
|
|
"author": {
|
|
"name": "José F. Romaniello",
|
|
"email": "jfromaniello@gmail.com",
|
|
"url": "http://joseoncode.com"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "~1.11.0",
|
|
"chai": "~1.7.0"
|
|
}
|
|
}
|