-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 KB
/
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
47
48
49
50
51
52
53
{
"name": "hemera-rethinkdb-store",
"version": "2.0.1",
"description": "This is a plugin to use Rethinkdb with Hemera",
"main": "index.js",
"repository": {
"url": "[email protected]:hemerajs/hemera.git",
"type": "git"
},
"keywords": [
"rethinkdb",
"realtime",
"hemera"
],
"engines": {
"node": ">=6"
},
"scripts": {
"lint": "eslint ./**/*.js",
"test": "nyc mocha -t 5000 --exit ./test/**/*.js",
"coverage": "npm run test && nyc report --reporter=html",
"patch": "np patch --yolo",
"minor": "np minor --yolo",
"major": "np major --yolo"
},
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-plugin": "^0.1.0",
"hemera-store": "^1.1.16",
"rethinkdbdash": "2.3.x"
},
"devDependencies": {
"code": "^3.0.2",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"hemera-joi": "^3.0.0",
"hemera-testsuite": "^1.4.1",
"mocha": "^4.0.1",
"nats": "^0.7.24",
"nats-hemera": "^3.0.0",
"np": "^2.18.3",
"nyc": "^11.2.1",
"prettier": "^1.9.2"
}
}