-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 937 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
38
39
40
41
42
43
44
45
46
{
"name": "sails-couch-alt",
"version": "0.10.0",
"description": "The alternate couchdb adapter for Sails / Waterline",
"main": "sails-couch-altAdapter.js",
"scripts": {
"test": "node test/integration/runner -R spec -b"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"sails-couch-alt",
"adapter",
"sails",
"waterline",
"sails.js",
"plugin",
"couchdb"
],
"author": "vipinr",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "^2.3.0",
"nano": "^6.2.0",
"lodash": "^3.10",
"md5": "^2.2.1",
"uuid": "^3.0.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"waterline-adapter-tests": "~0.10.0",
"mocha": "*",
"captains-log": "~0.11.0"
},
"waterlineAdapter": {
"type": "sails-couch-alt",
"interfaces": [
"semantic",
"queryable"
],
"waterlineVersion": "~0.10.0"
}
}