1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
{
"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-replace": "^0.5.4",
"gulp-typings": "^2.0.4",
"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",
"yargs": "^6.6.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1"
}
}
|