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

14 lines
294 B
JSON

{
"name": "roman-numeral-calculator",
"version": "1.0.0",
"description": "Sample Project for Q2E Interview",
"main": "index.html",
"scripts": {
"postinstall": "bower install"
},
"author": "Joe L. Wroten",
"license": "ISC",
"devDependencies": {
"bower": "^1.6.5"
}
}