summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 00000000..5f9eda2b
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,17 @@
+{
+ "name": "open-dc",
+ "description": "Datacenter simulator",
+ "authors": [
+ "Georgios Andreadis <g.andreadis@student.tudelft.nl>"
+ ],
+ "license": "UNLICENSED",
+ "homepage": "https://opendc.ewi.tudelft.nl",
+ "private": true,
+ "dependencies": {
+ "EaselJS": "^0.8.2",
+ "PreloadJS": "^0.6.2",
+ "TweenJS": "^0.6.2",
+ "bootstrap": "^3.3.6",
+ "c3": "^0.4.11"
+ }
+}