1
0
Fork 0
cauldron-frontend/bower.json
2016-01-14 14:20:06 -06:00

23 lines
471 B
JSON

{
"name": "cauldron-frontend",
"homepage": "https://github.com/sharpshark28/cauldron-frontend",
"authors": [
"Paul V Moreau <pmoreau@clearblade.com>"
],
"description": "UI and UX for Users",
"main": "index.html",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.6",
"angular-route": "~1.4.8"
}
}