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

22 lines
441 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",
}
}