-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bower.json
39 lines (39 loc) · 892 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
37
38
39
{
"name": "bootstrap-ardentkid-theme",
"version": "0.1.0",
"homepage": "https://github.com/ArdentKid/bootstrap-ardentkid-theme",
"authors": [
"Omid Ahourai <[email protected]>"
],
"description": "Bootstrap 3 ArdentKid theme",
"main": [
"sass/index.scss"
],
"keywords": [
"ardentkid",
"bootstrap",
"theme",
"design",
"scss"
],
"license": "https://github.com/ArdentKid/bootstrap-ardentkid-theme/LICENSE.md",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jeet": "^6.1.2"
},
"_release": "0.1.0",
"_resolution": {
"type": "version",
"tag": "v0.1.0",
"commit": "0d9a5572b49b64faedde4b51b0c2720cb7913741"
},
"_source": "git://github.com/ArdentKid/bootstrap-ardentkid-theme.git",
"_target": "*",
"_originalSource": "bootstrap-ardentkid-theme"
}