This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/bower.json

23 lines
389 B
JSON
Raw Permalink Normal View History

2016-10-14 04:06:12 +00:00
{
"name": "sb-admin-laravel-2",
"version": "0.0.0",
"authors": [
"sankhadeep <sankhadeep@sahusoft.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"fontawesome": "~4.3.0",
"Chart.js": "~1.0.2",
"metisMenu": "~1.1.3"
}
}