-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "redmock",
"version": "1.0.1",
"description": "Mock Redis server for unit testing.",
"license": "MIT",
"author": "Scott Guilbeaux <scott@sguilbeaux.com>",
"bugs": "https://github.com/smokerbag/redmock/issues",
"main": "index.js",
"engines": {
"node": ">= 5.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/smokerbag/redmock.git"
},
"scripts": {
"test": "gulp travisTest",
"build": "gulp build"
},
"dependencies": {
"debug": "2.2.0"
},
"devDependencies": {
"babel-core": "6.5.2",
"babel-preset-es2016-node5": "1.1.2",
"chai": "3.5.0",
"chai-as-promised": "5.2.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "0.10.3",
"gulp-jscs": "3.0.2",
"gulp-jscs-stylish": "1.3.0",
"gulp-jshint": "2.0.0",
"gulp-mocha": "2.2.0",
"ioredis": "1.15.1",
"isparta": "4.0.0",
"jshint": "2.9.1",
"jshint-stylish": "2.1.0",
"rimraf": "2.5.2",
"sinon": "1.17.3"
}
}