1
0
Fork 0
roman-numeral-calculator/bower.json

29 lines
589 B
JSON

{
"name": "roman-numeral-calculator",
"description": "Sample Project for Q2E Interview",
"main": "index.html",
"authors": [
"Joe L. Wroten"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:sharpshark28/roman-numeral-calculator.git"
},
"moduleType": [],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"vue": "~1.0.4",
"bootstrap": "~3.3.5",
"bootstrap-material-design": "~0.3.0",
"lodash": "~3.10.1"
}
}