-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 KB
/
package.json
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
38
39
40
41
42
43
44
45
{
"name": "mangrove",
"homepage": "https://github.com/khrome/mangrove",
"version": "0.7.4",
"main": "mangrove.js",
"description": "economical in-memory database with queries in SQL or Mongo Query Documents",
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/mangrove/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:khrome/mangrove.git"
},
"scripts": {
"start": "./bin/mangrove",
"test": "mocha"
},
"bin": {
"mangrove": "./bin/mangrove"
},
"dependencies": {
"@protolus/terminal-app": "^0.0.1",
"@ansi-art/tools": "^3.0.0-alpha1",
"ascii-art-table": "^1.0.1",
"ascii-art-font": "^1.0.2",
"async-arrays": "^1.0.1",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"indexed-set": "^2.2.1",
"read": "^2.0.0",
"postman-request": "^2.88.1-postman.32",
"request-as-request": "^1.0.2",
"sift": "*",
"strangler": "*",
"where-parser": "*"
},
"devDependencies": {
"mangrove-json": "0.0.7",
"mocha": "*",
"should": "*"
}
}