phpvms/bower.json
2017-08-16 17:25:59 -05:00

24 lines
423 B
JSON

{
"name": "phpvms",
"description": "",
"directory": "public/vendor",
"main": "",
"authors": [
"Nabeel Shahzad <nshahzad@gmail.com>"
],
"dependencies": {
"popper.js": "^1.12.0",
"rivets": "0.9.6",
"select2": "4.0.3"
},
"license": "MIT",
"homepage": "https://github.com/nabeelio/phpvms",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}