-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 928 Bytes
/
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
{
"name": "level-over-http",
"version": "0.0.3",
"description": "An interface to level db over http",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/lakowske/level-over-http.git"
},
"keywords": [
"node-levelup",
"level",
"db",
"http",
"query",
"store"
],
"author": "Seth Lakowske",
"license": "BSD3",
"bugs": {
"url": "https://github.com/lakowske/level-over-http/issues"
},
"homepage": "https://github.com/lakowske/level-over-http",
"dependencies": {
"JSONStream": "^0.10.0",
"http-methods": "^1.0.0",
"level": "^0.18.0",
"level-live-stream": "^1.4.9",
"lexicographic-timestamp": "0.0.1",
"routes": "^2.0.0",
"through": "^2.3.6",
"through2": "^0.6.3"
},
"devDependencies": {
"freeport": "^1.0.4",
"rimraf": "^2.3.2",
"tape": "^3.5.0"
}
}