-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 829 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
{
"name": "lowdb-api",
"description": "lowdb-api is an Express middleware that interpret all requests as a real RESTful API.",
"keywords": [
"lowdb",
"restful-api",
"development-environment"
],
"version": "1.0.2",
"main": "index.js",
"repository": "git@github.com:rmariuzzo/lowdb-api.git",
"author": "Rubens Mariuzzo <rubens@mariuzzo.com>",
"license": "MIT",
"homepage": "https://github.com/rmariuzzo/lowdb-api",
"bugs": {
"url": "https://github.com/rmariuzzo/lowdb-api/issues"
},
"dependencies": {
"lodash-id": "^0.14.0",
"lowdb": "^1.0.0"
},
"devDependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"jest": "^21.2.1",
"supertest": "^3.0.0",
"tmp": "^0.0.33"
},
"scripts": {
"test": "jest"
},
"engines": {
"node": ">=6"
}
}