amiibofindr/bower.json

18 lines
302 B
JSON
Raw Normal View History

2015-06-16 21:40:53 +00:00
{
"name": "vagrant",
"version": "0.0.0",
"homepage": "https://github.com/fmartingr/amiibofindr",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2015-06-17 22:08:33 +00:00
"semantic-ui": "~1.12.3",
"jquery": "~2.1.4"
2015-06-16 21:40:53 +00:00
}
}