forked from Ivshti/linvodb3
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.21 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
54
{
"name": "linvodb3",
"version": "3.25.0",
"author": {
"name": "Ivo Georgiev",
"email": "[email protected]"
},
"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": "[email protected]:Ivshti/linvodb3.git"
},
"dependencies": {
"async": "1.x.x",
"bagpipe": "https://github.com/aerys/bagpipe.git",
"binary-search-tree": "0.2.6",
"bson": "^1.0.4",
"hat": "0.0.3",
"levelup": "^1.2.1",
"lodash": "^4.17.4",
"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"
}