forked from Ivshti/linvodb3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
46
47
48
49
50
51
52
53
{
"name": "linvodb3",
"version": "3.18.0",
"author": {
"name": "Ivo Georgiev",
"email": "ivo@linvo.com"
},
"contributors": [
"Louis Chatriot",
"Ivo Georgiev"
],
"description": "Model-oriented embedded database, inspired by Mongoose & MongoDB, over LevelUP",
"keywords": [
"database",
"datastore",
"embedded",
"levelup",
"mongoose"
],
"homepage": "https://github.com/Ivshti/linvodb3",
"repository": {
"type": "git",
"url": "git@github.com:Ivshti/linvodb3.git"
},
"dependencies": {
"async": "1.x.x",
"bagpipe": "Ivshti/bagpipe",
"binary-search-tree": "0.2.6",
"hat": "0.0.3",
"levelup": "^1.2.1",
"lodash": "2.4.x",
"path": "^0.12.7",
"util": "Ivshti/node-util"
},
"devDependencies": {
"chai": "1.0.x",
"commander": "1.1.1",
"exec-time": "0.0.2",
"leveldown": "^1.3.0",
"mocha": "1.4.x",
"request": "2.9.x",
"rimraf": "2.2.x",
"sinon": "1.3.x",
"memdown": "^1.1.2",
"browserify": "13.x.x",
"level-js": "^2.2.3"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --timeout 10000"
},
"main": "index",
"licence": "MIT"
}