-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
49 lines (49 loc) · 1.22 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
45
46
47
48
49
{
"name": "voxel-hologram",
"version": "2.0.2",
"description": "A minimal Hologram theme based on Voxel.",
"url": "https://github.com/rishabhsrao/voxel-hologram",
"license": "./license.md",
"repository": {
"type": "git",
"url": "[email protected]:rishabhsrao/voxel-hologram.git"
},
"private": false,
"author": {
"name": "Rishabh Rao",
"email": "[email protected]",
"url": "http://rishabhsrao.github.io"
},
"dependencies": {
"jquery": "https://github.com/jquery/jquery.git#~1.10",
"requirejs": "https://github.com/jrburke/requirejs-bower.git#~2.1",
"voxel": "https://github.com/rishabhsrao/voxel.git#~3.1"
},
"devDependencies": {
"jasmine-ajax": "https://github.com/jasmine/jasmine-ajax.git#~3.1",
"jasmine-jquery": "https://github.com/velesin/jasmine-jquery.git#~2.1",
"normalize-css": "https://github.com/necolas/normalize.css.git#~3.0"
},
"resolutions": {
"jquery": "~1.10"
},
"ignore": [
".*",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"libraries",
"node_modules",
"package.json",
"reports",
"tasks",
"tests"
],
"main": [
"dist/**/*",
"bower.json",
"readme.md",
"license.md"
],
"keywords": []
}