amiibofindr/bower.json

21 lines
388 B
JSON
Raw Permalink 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-25 18:46:45 +00:00
"jquery": "~2.1.4",
2015-09-11 17:59:58 +00:00
"moment": "~2.10.3",
2015-07-01 19:57:07 +00:00
"money": "~0.1.3",
2015-09-11 17:59:58 +00:00
"semantic": "semantic-ui#~2.1.3",
"semantic-ui": "~1.12.3"
2015-06-16 21:40:53 +00:00
}
}