From ca3391525e1ae8d173d0ff0ca3c0a78217875b35 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 29 Oct 2015 16:47:36 -0700 Subject: [PATCH] build(npm): remove unused npm dependencies --- package.json | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/package.json b/package.json index 6dea5943e2..15f408dd2c 100644 --- a/package.json +++ b/package.json @@ -39,11 +39,7 @@ "base64-js": "^0.0.8", "bower": "^1.3.12", "broccoli": "^0.15.3", - "broccoli-filter": "^0.1.12", - "broccoli-flatten": "^0.1.1", "broccoli-funnel": "igorminar/broccoli-funnel#perf-files", - "broccoli-lodash": "^0.1.1", - "broccoli-merge-trees": "^0.2.1", "broccoli-slow-trees": "^1.1.0", "broccoli-stew": "^0.2.1", "broccoli-writer": "^0.1.1", @@ -55,55 +51,43 @@ "conventional-changelog": "^0.2.1", "del": "~1", "es6-shim": "^0.33.3", - "event-stream": "^3.1.5", "firefox-profile": "^0.3.4", "fs-extra": "^0.18.0", "glob": "^4.0.6", "googleapis": "1.0.x", "gulp": "^3.8.8", "gulp-autoprefixer": "^2.1.0", - "gulp-changed": "^1.0.0", "gulp-clang-format": "^1.0.14", "gulp-concat": "^2.5.2", - "gulp-connect": "~1.0.5", + "gulp-connect": "^1.0.10", "gulp-insert": "^0.4.0", "gulp-load-plugins": "^0.7.1", - "gulp-modify": "0.0.5", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.3", "gulp-sass": "^2.0.4", "gulp-shell": "^0.2.10", "gulp-sourcemaps": "1.3.*", - "gulp-template": "^3.0.0", "gulp-traceur": "0.17.*", "gulp-tslint": "^3.4.0", "gulp-typescript": "^2.9.0", "gulp-uglify": "^1.2.0", - "gulp-webserver": "^0.8.7", "hash-files": "^1.0.0", - "html2jade": "^0.8.3", - "indent-string": "^1.2.1", "jasmine": "2.3.1", - "jasmine-core": "2.3.4", "jpm": "1.0.0", - "js-beautify": "^1.5.5", "js-yaml": "^3.2.7", "karma": "^0.13.10", "karma-browserstack-launcher": "^0.1.6", "karma-chrome-launcher": "^0.2.0", - "karma-cli": "^0.1.0", "karma-dart": "^0.3.0", "karma-jasmine": "^0.3.6", "karma-sauce-launcher": "^0.2.14", "lodash": "^2.4.1", "madge": "^0.5.0", - "marked": "^0.3.3", "merge": "^1.2.0", "merge2": "^0.3.5", "minimatch": "^2.0.1", "minimist": "1.1.x", "mock-fs": "^2.5.0", - "node-html-encoder": "0.0.2", "node-uuid": "1.4.x", "on-headers": "^1.0.0", "parse5": "1.3.2", @@ -115,27 +99,19 @@ "run-sequence": "^1.1.0", "selenium-webdriver": "^2.47.0", "semver": "^4.3.4", - "shelljs": "^0.5.0", "sorted-object": "^1.0.0", "source-map": "^0.3.0", - "sprintf-js": "1.0.*", - "string": "^3.1.1", "strip-ansi": "^2.0.1", "symlink-or-copy": "^1.0.1", "systemjs": "^0.18.10", "systemjs-builder": "^0.10.3", - "temp": "^0.8.1", - "ternary-stream": "^1.2.3", "through2": "^0.6.1", "ts2dart": "^0.7.12", "tsd": "^0.6.5-beta", "tslint": "^3.0.0-dev.1", "typescript": "^1.6.2", "universal-analytics": "^0.3.9", - "vinyl": "^0.4.6", - "walk-sync": "^0.1.3", "which": "~1", - "xtend": "^4.0.0", "yargs": "2.3.*" } }