20 lines
531 B
JSON
20 lines
531 B
JSON
{
|
|
"name": "Fake Reservation System",
|
|
"description": "Send mails with markup to yourself to trigger Google Now features",
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"mustache/mustache": "~2.10",
|
|
"bower-asset/material-design-lite": "*",
|
|
"npm-asset/mdl-ext": "*",
|
|
"pear/mail_mime": "^1.10",
|
|
"google/apiclient": "^2.0.0@RC"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"npm-asset/coffee-script": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["lib/"]
|
|
}
|
|
}
|