1
0
Fork 0
roman-numeral-calculator/bower.json
2015-11-02 11:05:20 -06:00

25 lines
475 B
JSON

{
"name": "roman-numeral-calculator",
"description": "Sample Project for Q2E Interview",
"main": "index.html",
"authors": [
"Joe L. Wroten"
],
"license": "ISC",
"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"
}
}