forked from benoitc/noddycouch
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 694 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 694 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
{
"name": "noddycouch",
"version": "0.1",
"description": "minimal couchdb toolkit for nodejs.",
"author": "Benoît Chesneau <benoitc@e-engura.org>"
"keywords": [
"couchdb",
"nodejs"
],
"maintainers": [{
"name": "Benoît Chesneau",
"email": "benoitc@e-engura.org",
"web": "http://github.com/benoitc"
}],
"licenses": [{
"type": "MIT",
"url": "http://github.com/benoitc/noddycouch/raw/master/LICENSE"
}],
"bugs": {
"web": "http://github.com/benoitc/noddycouch/issues"
},
"repositories": [
{
"type": "git",
"url": "http://github.com/benoitc/noddycouch.git",
}
],
"main": "./couchdb"
}