-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 775 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
36
37
38
39
40
41
{
"name": "mongo-edit",
"version": "0.6.1",
"author": {
"name": "tldr.io",
"email": "meta@tldr.io"
},
"contributors": [
"Louis Chatriot"
],
"description": "Dead simple GUI for editing MongoDB documents",
"keywords": [
"mongodb",
"mongo",
"edit",
"gui",
"simple"
],
"homepage": "https://github.com/tldrio/mongo-edit",
"repository": {
"type": "git",
"url": "git://github.com/tldrio/mongo-edit"
},
"dependencies": {
"h4e": "0.3.2",
"express": "3.0.6",
"mongodb": "1.2.9",
"async": "~0.2.7"
},
"devDependencies": {
"chai": "1.0.x",
"mocha": "1.4.x",
"request": "2.9.x",
"sinon": "1.3.x"
},
"scripts": {
"test": "make test"
},
"main": "server",
"licence": "MIT"
}