forked from couchbaselabs/node-ottoman
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 838 Bytes
/
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
{
"description": "ODM for Couchbase Node.js driver.",
"keywords": [
"couchbase",
"odm",
"nosql",
"json",
"document"
],
"main": "./lib/ottoman",
"license": "Apache2",
"name": "ottoman",
"scripts": {
"test": "eslint ./lib && istanbul cover ./node_modules/mocha/bin/_mocha -- test/*.test.js"
},
"dependencies": {
"bluebird": "^3.4.1",
"jsonpath": "~0.2.2",
"uuid": "~2.0.1"
},
"optionalDependencies": {
"couchbase": "~2.2.2"
},
"devDependencies": {
"chai": "~3.3.0",
"eslint": "^2.9.0",
"ink-docstrap": "git+https://github.com/brett19/docstrap.git#master",
"istanbul": "~0.3.21",
"jsdoc": "~3.3.0-alpha9",
"mocha": "~2.3.3"
},
"repository": {
"type": "git",
"url": "http://github.com/couchbaselabs/ottoman.git"
},
"version": "1.0.4"
}