-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
49 lines (49 loc) · 975 Bytes
/
bower.json
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
42
43
44
45
46
47
48
49
{
"name": "crowd-sim",
"version": "0.3.0",
"homepage": "https://github.com/Jacq/crowd-sim",
"authors": [
"https://github.com/Jacq"
],
"description": "a 2D crowd simulator engine for the web",
"main": "dist/crowd-sim.min.js",
"keywords": [
"javascript",
"canvas",
"html5",
"crowd",
"crowd engine"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"pixi.js": "3.0.6",
"normalize.css": "~3.0.3",
"lazy.js": "~0.4.0",
"components-font-awesome": "~4.4.0",
"stats.js": "*",
"jquery": "~2.1.4",
"jquery-mousewheel": "~3.1.13"
},
"overrides": {
"jquery": {
"main": "dist/jquery.min.js"
},
"jquery-mousewheel": {
"main": "jquery.mousewheel.min.js"
},
"lazy.js": {
"main": "lazy.min.js"
},
"pixi.js": {
"main": "bin/pixi.min.js"
}
},
"devDependencies": {}
}