-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
44 lines (44 loc) · 1.02 KB
/
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
{
"name": "velha-mania",
"version": "1.0.0",
"homepage": "https://github.com/SauloSilva/velha-mania",
"authors": [
"saulosantiago <saulodasilvasantiago@gmail.com>"
],
"description": "Jogo da Velha",
"keywords": [
"[\"Jogo",
"da",
"velha\"",
"\"HTML5\"",
"\"CSS3\"",
"\"JavaScript\"]"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"marionette": "~2.3.2",
"marionette-formview": "https://github.com/SauloSilva/marionette.formview.git#event-fix",
"backbone.localStorage": "1.1.16",
"backbone.routefilter": "https://github.com/boazsender/backbone.routefilter.git",
"backbone.mutators": "0.4.4",
"js-md5": "1.1.0",
"materialize": "~0.95.3",
"jade": "~1.9.2",
"easeljs": "CreateJS/EaselJS#0.7.1",
"preloadjs": "CreateJS/PreloadJS#0.6.0"
},
"resolutions": {
"underscore": "1.6.0"
},
"devDependencies": {
"sinon": "~1.14.1",
"chai": "~2.2.0"
}
}