mirror of
https://github.com/He4eT/dice.git
synced 2026-05-05 01:47:25 +00:00
package.json: dirty one
This commit is contained in:
parent
801b77ffdd
commit
1368e8c5bd
1 changed files with 38 additions and 0 deletions
38
package.json
Normal file
38
package.json
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"name": "myfirstproject",
|
||||||
|
"author": "MakeAwesomeHappen",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"keywords": [
|
||||||
|
"pebble-app"
|
||||||
|
],
|
||||||
|
"private": true,
|
||||||
|
"dependencies": {
|
||||||
|
"pebble-clay": "1.0.4"
|
||||||
|
},
|
||||||
|
"pebble": {
|
||||||
|
"displayName": "myfirstproject",
|
||||||
|
"uuid": "11100000-0000-0000-0000-000000000001",
|
||||||
|
"sdkVersion": "3",
|
||||||
|
"enableMultiJS": true,
|
||||||
|
"projectType": "native",
|
||||||
|
"targetPlatforms": [
|
||||||
|
"aplite",
|
||||||
|
"basalt",
|
||||||
|
"chalk",
|
||||||
|
"diorite",
|
||||||
|
"emery"
|
||||||
|
],
|
||||||
|
"watchapp": {
|
||||||
|
"watchface": false
|
||||||
|
},
|
||||||
|
"capabilities": [
|
||||||
|
"configurable"
|
||||||
|
],
|
||||||
|
"messageKeys": [
|
||||||
|
"UPPER_BOUND"
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"media": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue