-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 786 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
42
{
"name": "xcouch",
"version": "0.1.0",
"description": "couch [x] lightweight",
"author": "Oliver Leics <oliver.leics@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/oleics/node-xcouch.git"
},
"bugs": {
"url": "https://github.com/oleics/node-xcouch/issues"
},
"keywords": [
"xcouch",
"couch",
"couchdb",
"nano",
"request",
"persistence",
"model",
"user",
"authentication",
"security",
"manager"
],
"main": "./index.js",
"bin": {},
"directories": {},
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"nano": "~3.0.0"
},
"scripts": {
"test": "mocha -R spec --ignore-leaks"
},
"devDependencies": {
"mocha": "~1.0.0"
},
"optionalDependencies": {}
}