This repository has been archived on 2020-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
requestor/package.json
2019-12-11 10:51:54 +01:00

29 lines
702 B
JSON

{
"name": "@scode/requestor",
"version": "1.0.1",
"description": "Split express paths into individual files to make api programming more structured",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://git.scode.ovh/timo/requestor.git"
},
"keywords": [
"express"
],
"author": "Timo Hocker",
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2"
}
}