forked from ozzyogkush/solitaire-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 815 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 815 Bytes
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": "solitaire-clone",
"version": "0.0.1",
"respository": {
"type": "git",
"url": "git://github.com/ozzyogkush/solitaire-clone"
},
"dependencies": {},
"devDependencies": {
"color": "moagrius/Color",
"joii": "haroldiedema/joii#>=2.1",
"jquery": "jquery/jquery#>=1.11 <2.0",
"bootstrap": "ozzyogkush/bootstrap#solitaire-webapp"
},
"homepage": "http://ozzyogkush.github.io/solitaire-webapp/",
"authors": [
"Derek Rosenzweig <derek.rosenzweig@gmail.com>"
],
"description": "Dependencies for the Card Game backbone 'Solitaire Clone'",
"keywords": [
"card",
"game",
"solitaire",
"forty",
"thieves"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}