2017-08-16 07:04:13 +08:00
|
|
|
{
|
|
|
|
"name": "phpvms",
|
|
|
|
"description": "",
|
|
|
|
"directory": "public/vendor",
|
|
|
|
"main": "",
|
|
|
|
"authors": [
|
|
|
|
"Nabeel Shahzad <nshahzad@gmail.com>"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2017-11-01 23:08:36 +08:00
|
|
|
"icheck": "1.0.2",
|
2017-08-17 06:25:59 +08:00
|
|
|
"popper.js": "^1.12.0",
|
2017-08-16 07:07:14 +08:00
|
|
|
"rivets": "0.9.6",
|
2017-08-17 06:25:59 +08:00
|
|
|
"select2": "4.0.3"
|
2017-08-16 07:04:13 +08:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/nabeelio/phpvms",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|