-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "verde-dachshund",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:integration": "./node_modules/.bin/mocha ./tests/integration/*",
"lint": "./node_modules/.bin/eslint . --max-warnings=0",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/gabrielabud/verde-dachshund.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"knex": "^0.15.2",
"pg": "^7.6.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"sinon": "^7.0.0"
},
"bugs": {
"url": "https://gitlab.com/gabrielabud/verde-dachshund/issues"
},
"homepage": "https://gitlab.com/gabrielabud/verde-dachshund#README"
}