25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
799 B
JSON

{
"name": "budo-express",
"description": "A small wrapper to integrate Budo with an Express application",
"version": "1.0.8",
"main": "index.js",
"repository": "http://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",
"inject-lr-script": "^2.2.0",
"is-stream": "^2.0.0",
"stacked": "^1.1.1",
"validatem": "^0.2.0"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"eslint": "^6.8.0"
}
}