-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 1012 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
{
"name": "jugglingdb-redis-hq",
"version": "0.1.4",
"description": "Redis adapter for jugglingdb",
"main": "index.js",
"scripts": {
"test": "mocha --bail --check-leaks",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-coverage": "istanbul cover node_modules/.bin/_mocha -- -R landing",
"coverage-report": "export COVERALLS_GIT_COMMIT=`git rev-parse HEAD` && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"async": ">=0.2.9",
"redis": "=0.9.2",
"uuid": "^3.0.0"
},
"devDependencies": {
"istanbul": "^1.1.0-alpha.1",
"jugglingdb": "2.0.0-rc6",
"jugglingdb-mysql": "https://github.com/jugglingdb/mysql-adapter/tarball/latest",
"mocha": "^2.5.3",
"reds": ">=0",
"should": "^9.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/jugglingdb/redis-hq-adapter"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
"license": "MIT"
}