summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-24 12:06:09 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-01-24 12:06:09 +0100
commitc96e6ffafb62bde1e08987b1fdf3c0786487f6ec (patch)
tree37eaf4cf199ca77dc131b4212c526b707adf2e30 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 38 insertions, 0 deletions
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"
+ }
+}