forked from dittach/loopback-connector-riak
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 797 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 797 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
{
"name": "loopback-connector-riak",
"version": "1.1.0",
"description": "LoopBack Riak Connector",
"keywords": [
"StrongLoop",
"LoopBack",
"Riak",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"test": "mocha --timeout 60000"
},
"dependencies": {
"basho-riak-client": "~2.4.0",
"bluebird": "~3.5.1",
"deep-extend": "~0.5.0",
"lodash": "~4.17.4",
"loopback-connector": "1.x",
"neo-async": "^2.5.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"loopback-datasource-juggler": "~2.16.0",
"mocha": "~1.20.1",
"rc": "~0.5.5",
"sinon": "~1.12.2",
"should": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dittach/loopback-connector-riak"
},
"license": "MIT"
}