summaryrefslogtreecommitdiff
path: root/bower.json
blob: 5f9eda2bda4c2d33ac3b13cbc81cf5332c2c4d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
  }
}