diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index cd08e3196..c59a8e569 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "license": "GPL-3.0", "devDependencies": { "better-assert": "^1.0.2", + "connect": "^3.5.0", "del": "^2.2.0", "glob": "^7.0.3", "gulp": "^3.9.1", @@ -30,9 +31,11 @@ "gulp-zip": "^3.1.0", "istanbul-lib-instrument": "^1.0.0-alpha.6", "map-stream": "0.0.6", + "minimist": "^1.2.0", "mocha": "^2.4.5", "po2json": "git+https://github.com/mikeedwards/po2json", "selenium-webdriver": "^3.0.0-beta-3", + "serve-static": "^1.11.1", "systemjs": "^0.19.14", "through2": "^2.0.1", "typescript": "^2.0.3", |