diff --git a/package.json b/package.json index c170b28..822e5b4 100644 --- a/package.json +++ b/package.json @@ -1,43 +1,43 @@ { - "name": "redmock", - "version": "1.0.1", - "description": "Mock Redis server for unit testing.", - "license": "MIT", - "author": "Scott Guilbeaux ", - "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" - } + "name": "redmock", + "version": "1.0.1", + "description": "Mock Redis server for unit testing.", + "license": "MIT", + "author": "Scott Guilbeaux ", + "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.6.9" + }, + "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" + } }