pokedex/ionic.project
2016-08-22 22:58:19 +02:00

20 lines
285 B
Plaintext

{
"name": "Pokedex Helper",
"app_id": "",
"gulpStartupTasks": [
"sass",
"watch"
],
"watchPatterns": [
"www/**/*",
"!www/lib/**/*"
],
"browsers": [
{
"platform": "android",
"browser": "crosswalk",
"version": "12.41.296.5"
}
]
}