summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index c4f24dd3..00000000
--- a/package.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "opendc",
- "version": "0.0.1",
- "description": "Datacenter simulator",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/tudelft-atlarge/opendc"
- },
- "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-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",
- "watchify": "^3.9.0",
- "yargs": "^6.6.0"
- },
- "devDependencies": {
- "jasmine-core": "^2.4.1"
- }
-}