-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "etherd",
"version": "1.1.3",
"description": "A thin layer on top of promisified redis",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=lcov mocha test.js && codecov"
},
"author": "Dhi Aurrahman <dio@hooq.tv>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"redis": "^2.7.1",
"string-hash": "^1.1.3"
},
"babel": {
"plugins": [
"transform-async-to-generator",
"istanbul"
]
},
"nyc": {
"require": [
"babel-register"
],
"sourceMap": false,
"instrument": false
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"codecov": "^2.2.0",
"mocha": "^3.4.1",
"nyc": "^10.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diorahman/cached.git"
},
"bugs": {
"url": "https://github.com/diorahman/cached/issues"
},
"homepage": "https://github.com/diorahman/cached#readme"
}