arkiwi_boilerplate/bower.json
2015-08-11 16:48:05 +02:00

27 lines
509 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"
}
}