pebble-fctx
Version:
This is a graphics library for the Pebble smart watch.
34 lines (33 loc) • 547 B
JSON
{
"name": "pebble-fctx",
"author": "JR Mobley",
"version": "1.6.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jrmobley/pebble-fctx.git"
},
"files": [
"dist.zip"
],
"keywords": [
"pebble-package"
],
"dependencies": {
"pebble-utf8": "^1.0.1"
},
"pebble": {
"projectType": "package",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"resources": {
"media": []
}
}
}