diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-24 12:06:09 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-24 12:06:09 +0100 |
| commit | c96e6ffafb62bde1e08987b1fdf3c0786487f6ec (patch) | |
| tree | 37eaf4cf199ca77dc131b4212c526b707adf2e30 /bower.json | |
Initial commit
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 17 |
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" + } +} |
