From c96e6ffafb62bde1e08987b1fdf3c0786487f6ec Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 24 Jan 2017 12:06:09 +0100 Subject: Initial commit --- package.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 00000000..c45fcd9e --- /dev/null +++ b/package.json @@ -0,0 +1,38 @@ +{ + "name": "open-dc", + "version": "0.0.1", + "description": "Datacenter simulator", + "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "https://github.com/leonoverweel/open-dc.git" + }, + "dependencies": { + "bower": "^1.7.9", + "browserify": "^13.1.1", + "c3": "^0.4.11", + "del": "^2.2.2", + "event-stream": "^3.3.4", + "file-loader": "^0.9.0", + "gulp": "^3.9.1", + "gulp-bower": "^0.0.13", + "gulp-less": "^3.3.0", + "gulp-notify": "^2.2.0", + "gulp-processhtml": "^1.1.0", + "gulp-rename": "^1.2.2", + "gulp-typings": "^2.0.4", + "jquery": "^3.1.0", + "jquery-mousewheel": "^3.1.13", + "jquery.easing": "^1.4.1", + "less": "^2.7.1", + "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" + }, + "devDependencies": { + "jasmine-core": "^2.4.1" + } +} -- cgit v1.2.3