arkiwi_boilerplate/bower.json

28 lines
536 B
JSON

{
"name": "arkiwijsboilerplate",
"version": "0.0.1",
"authors": [
"cek<cek@posta.indivia.net>"
],
"description": "Arkiwi JS Boilerplate",
"main": "app/index.html",
"keywords": [
"Arkiwi, JS, Boilerplate"
],
"license": "MIT",
"homepage": "arkiwi.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "*",
"mustache": "~2.1.2",
"bower-parseuri": "~1.2.2",
"bootstrap": "~3.3.5"
}
}