php-version/bower.json

22 lines
386 B
JSON
Raw Normal View History

2016-11-17 18:32:13 -08:00
{
"name": "sikofitt/php-version",
"authors": [
"sikofitt <sikofitt@gmail.com>"
],
"description": "Pulls version information from qa.php.net/api.php",
"main": "",
"license": "GPL-3.0",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"uikit": "^2.27.2"
}
}