1 changed files with 70 additions and 62 deletions
@ -1,64 +1,72 @@ |
|||||||
{ |
{ |
||||||
"name": "startbootstrap-agency", |
"name": "startbootstrap-agency", |
||||||
"description": "A one page HTML theme for agencies created by Start Bootstrap.", |
"description": "A one page HTML theme for agencies created by Start Bootstrap.", |
||||||
"version": "1.0.0", |
"version": "1.0.0", |
||||||
"keywords": [ |
"keywords": [ |
||||||
"css", |
"css", |
||||||
"js", |
"js", |
||||||
"less", |
"less", |
||||||
"mobile-first", |
"mobile-first", |
||||||
"responsive", |
"responsive", |
||||||
"front-end", |
"front-end", |
||||||
"framework", |
"framework", |
||||||
"web" |
"web" |
||||||
], |
], |
||||||
"homepage": "http://startbootstrap.com/", |
"homepage": "http://startbootstrap.com/", |
||||||
"main": [ |
"main": [ |
||||||
"index.html", |
"index.html", |
||||||
"less/agency.less", |
"less/agency.less", |
||||||
"dist/css/agency.css", |
"dist/css/agency.css", |
||||||
"dist/js/agency.js", |
"dist/js/agency.js", |
||||||
"dist/js/cbpAnimatedHeader.js", |
"dist/js/cbpAnimatedHeader.js", |
||||||
"dist/js/classie.js", |
"dist/js/classie.js", |
||||||
"dist/js/contact_me.js", |
"dist/js/contact_me.js", |
||||||
"dist/js/jqBootstrapValidation.js", |
"dist/js/jqBootstrapValidation.js", |
||||||
"dist/img/header-bg.jpg", |
"dist/img/header-bg.jpg", |
||||||
"dist/img/map-image.jpg", |
"dist/img/map-image.jpg", |
||||||
"dist/img/about/1.jpg", |
"dist/img/about/1.jpg", |
||||||
"dist/img/about/2.jpg", |
"dist/img/about/2.jpg", |
||||||
"dist/img/about/3.jpg", |
"dist/img/about/3.jpg", |
||||||
"dist/img/about/4.jpg", |
"dist/img/about/4.jpg", |
||||||
"dist/img/logos/creative-market.jpg", |
"dist/img/logos/creative-market.jpg", |
||||||
"dist/img/logos/designmodo.jpg", |
"dist/img/logos/designmodo.jpg", |
||||||
"dist/img/logos/envato.jpg", |
"dist/img/logos/envato.jpg", |
||||||
"dist/img/logos/themeforest.jpg", |
"dist/img/logos/themeforest.jpg", |
||||||
"dist/img/portfolio/dreams-preview.png", |
"dist/img/portfolio/dreams-preview.png", |
||||||
"dist/img/portfolio/dreams.png", |
"dist/img/portfolio/dreams.png", |
||||||
"dist/img/portfolio/escape-preview.png", |
"dist/img/portfolio/escape-preview.png", |
||||||
"dist/img/portfolio/escape.png", |
"dist/img/portfolio/escape.png", |
||||||
"dist/img/portfolio/golden-preview.png", |
"dist/img/portfolio/golden-preview.png", |
||||||
"dist/img/portfolio/golden.png", |
"dist/img/portfolio/golden.png", |
||||||
"dist/img/portfolio/roundicons-free.png", |
"dist/img/portfolio/roundicons-free.png", |
||||||
"dist/img/portfolio/roundicons.png", |
"dist/img/portfolio/roundicons.png", |
||||||
"dist/img/portfolio/startup-framework-preview.png", |
"dist/img/portfolio/startup-framework-preview.png", |
||||||
"dist/img/portfolio/startup-framework.png", |
"dist/img/portfolio/startup-framework.png", |
||||||
"dist/img/portfolio/treehouse-preview.png", |
"dist/img/portfolio/treehouse-preview.png", |
||||||
"dist/img/portfolio/treehouse.png", |
"dist/img/portfolio/treehouse.png", |
||||||
"dist/img/team/1.jpg", |
"dist/img/team/1.jpg", |
||||||
"dist/img/team/2.jpg", |
"dist/img/team/2.jpg", |
||||||
"dist/img/team/3.jpg", |
"dist/img/team/3.jpg", |
||||||
"dist/mail/contact_me.php", |
"dist/mail/contact_me.php" |
||||||
], |
], |
||||||
"ignore": [ |
"ignore": [ |
||||||
"/.*", |
"/.*", |
||||||
"_config.yml", |
"_config.yml", |
||||||
"bower_components", |
"bower_components", |
||||||
"img/**", |
"img/**", |
||||||
"js/**", |
"js/**", |
||||||
"mail/**" |
"mail/**", |
||||||
], |
"**/.*", |
||||||
"dependencies": { |
"node_modules", |
||||||
"jquery": ">= 1.9.0", |
"test", |
||||||
"bootstrap": ">= 3.2.0", |
"tests" |
||||||
} |
], |
||||||
|
"dependencies": { |
||||||
|
"jquery": ">= 1.9.0", |
||||||
|
"bootstrap": ">= 3.2.0" |
||||||
|
}, |
||||||
|
"authors": [ |
||||||
|
"David Miller <david@ironsummitmedia.com>" |
||||||
|
], |
||||||
|
"license": "Apache 2.0" |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue