-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
36 lines (36 loc) · 836 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
{
"name": "koding-game-starterkit",
"version": "1.0.0",
"homepage": "https://github.com/edgarjcfn/koding-game-starterkit",
"authors": [
"edgarjcfn <[email protected]>"
],
"description": "A starter kit for a python-based browser game",
"keywords": [
"game",
"python",
"javascript",
"html5"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.13",
"angular-route": "1.3.13",
"jquery": "~2.1.1",
"ace-builds": "~1.1.7",
"skulpt": "skulpt/skulpt-dist#~0.9.7",
"phaser": "2.1.1",
"phaser-plugin-isometric": "lewster32/phaser-plugin-isometric",
"bootstrap": "3.3.1",
"bootswatch-dist": "3.3.0-slate",
"sweetalert": "~0.3.2"
}
}