forked from ktsuttlemyre/blockrain.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (36 loc) · 701 Bytes
/
bower.json
File metadata and controls
38 lines (36 loc) · 701 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
37
38
{
"name": "blockrain",
"version": "0.2.0",
"description": "Add a game of tetris to your site",
"main": "dist/blockrain.jquery.min.js",
"dependencies": {
"jquery": "~1.11.3"
},
"repository": {
"type": "git",
"url": "git://github.com/Aerolab/blockrain.js.git"
},
"license": "MIT",
"authors": [
"Aerolab <hey@aerolab.co>"
],
"keywords": [
"tetris",
"blockrain",
"ui",
"game",
"jquery"
],
"ignore": [
"assets",
"dist/blockrain.zip",
".gitignore",
"Copyright",
"gulpfile.js",
"index.html",
"package.json",
"node_modules",
"bower_components"
],
"homepage": "https://github.com/Aerolab/blockrain.js"
}