28 lines
737 B
JSON
28 lines
737 B
JSON
{
|
|
"name": "budo-express",
|
|
"description": "A small wrapper to integrate Budo with an Express application",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@git.cryto.net:joepie91/budo-express.git",
|
|
"bugs": {
|
|
"url": "https://git.cryto.net/joepie91/budo-express/issues"
|
|
},
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"assure-array": "^1.0.0",
|
|
"bluebird": "^3.7.2",
|
|
"browserify": "^16.5.0",
|
|
"budo": "^11.5.0",
|
|
"chalk": "^3.0.0",
|
|
"default-value": "^1.0.0",
|
|
"entities": "^2.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"validatem": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|