diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-01-26 14:51:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-26 14:51:15 +0100 |
| commit | 3ad08353d289720cf8f43e1dba078da43c35e97d (patch) | |
| tree | 8fea3920a4312a90e5eddd7607dc7b35de5fdb61 /package.json | |
| parent | f1077d6b35a156b3f8b30e8739cf95e8c5088868 (diff) | |
| parent | edbef77114dfde33524dccb22d27144570299372 (diff) | |
Merge pull request #3 from tudelft-atlarge/auth-id-replace
Integrate OAUTH client ID injection in build process
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index c45fcd9e..f0ab12b6 100644 --- a/package.json +++ b/package.json @@ -20,17 +20,21 @@ "gulp-notify": "^2.2.0", "gulp-processhtml": "^1.1.0", "gulp-rename": "^1.2.2", + "gulp-replace": "^0.5.4", "gulp-typings": "^2.0.4", + "gulp-util": "^3.0.8", "jquery": "^3.1.0", "jquery-mousewheel": "^3.1.13", "jquery.easing": "^1.4.1", "less": "^2.7.1", + "run-sequence": "^1.2.2", "socket.io-client": "^1.4.8", "tsify": "^2.0.2", "tslint": "^3.10.2", "typescript": "^2.1.4", "typings": "^1.3.2", - "vinyl-source-stream": "^1.1.0" + "vinyl-source-stream": "^1.1.0", + "yargs": "^6.6.0" }, "devDependencies": { "jasmine-core": "^2.4.1" |
