From f67cdaee433ff2269c46379309d7b5645b6fd54c Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 23 Jan 2015 15:10:16 -0400 Subject: [PATCH] Remove unused dependencies --- package.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 83523c73..b801d2fb 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,6 @@ "license": "MIT", "devDependencies": { "chai": "~1.9.2", - "chai-as-promised": "~4.1.1", - "chai-string": "~1.1.0", - "chai-things": "~0.2.0", "gulp": "~3.8.9", "gulp-coffee": "^2.2.0", "gulp-coffeelint": "~0.4.0", @@ -40,7 +37,6 @@ "gulp-util": "~3.0.1", "mocha": "~2.0.1", "mocha-notifier-reporter": "~0.1.0", - "mock-fs": "^2.3.2", "run-sequence": "~1.0.2", "sinon": "~1.12.1", "sinon-chai": "~2.6.0" @@ -50,18 +46,15 @@ "capitano": "~1.3.0", "coffee-script": "~1.8.0", "conf.js": "^0.1.1", - "fs-plus": "^2.4.0", "git-cli": "~0.8.2", - "glob": "^4.3.4", "lodash": "~2.4.1", "lodash-contrib": "~241.4.14", "mkdirp": "~0.5.0", - "nplugm": "^1.0.0", + "nplugm": "^1.0.1", "open": "0.0.5", "progress-stream": "^0.5.0", "resin-cli-visuals": "0.0.1", "resin-sdk": "git+https://git@github.com/resin-io/resin-sdk.git", - "underscore.string": "~2.4.0", - "yeoman-environment": "^1.2.0" + "underscore.string": "~2.4.0" } }