30 lines
738 B
JSON
30 lines
738 B
JSON
{
|
|
"name": "joshtronic/pickles",
|
|
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Josh Sherman",
|
|
"email": "josh@gravityblvd.com",
|
|
"homepage": "https://github.com/joshtronic/pickles"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": ["src/"]
|
|
},
|
|
"repositories": [{
|
|
"type": "vcs",
|
|
"url": "https://github.com/joshtronic/php-ayah"
|
|
}],
|
|
"require-dev": {
|
|
"mikey179/vfsStream": "1.3.0",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"devize/closure-compiler": "@dev",
|
|
"joshtronic/php-ayah": "@dev",
|
|
"leafo/lessphp": "0.4.0",
|
|
"leafo/scssphp": "0.1.0"
|
|
}
|
|
}
|