forked from louischatriot/mongo-edit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 743 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 743 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
{
"name": "mongo-edit"
, "version": "0.5.7"
, "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.0"
, "express": "3.0.6"
, "mongodb": "1.2.9"
}
, "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"
}