forked from nguyer/pebble-engineering
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Baptiste Fouques
committed
Nov 18, 2016
1 parent
d854fa9
commit ff440a9
Showing
5 changed files
with
173 additions
and
154 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,72 @@ | ||
{ | ||
"name": "pebble-engineering-steps", | ||
"version": "1.0.0", | ||
"description": "A fork of pebble-engineering by nguyer that incorporates Pebble Health steps.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "2.0.0", | ||
"license": "GPL", | ||
"author": "Baptiste Fouques", | ||
"description": "A shadowed fork of pebble-engineering by nguyer", | ||
"bugs": { | ||
"url": "https://github.com/bateast/pebble-engineering/issues" | ||
}, | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/kencaron/pebble-engineering.git" | ||
"url": "git+https://github.com/bateast/pebble-engineering.git", | ||
"type": "git" | ||
}, | ||
"author": "Ken Caron", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/kencaron/pebble-engineering/issues" | ||
"dependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"homepage": "https://github.com/kencaron/pebble-engineering#readme", | ||
"keywords": [ | ||
"pebble-app" | ||
], | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-debug": "^2.1.2", | ||
"gulp-jshint": "^2.0.0", | ||
"gulp-load-plugins": "^1.2.0", | ||
"gulp-uglify": "^1.5.2", | ||
"jshint": "^2.9.1", | ||
"gulp-load-plugins": "^1.2.0", | ||
"slate": "https://github.com/pebble/slate.git", | ||
"jshint-stylish": "^2.1.0", | ||
"slate": "https://[email protected]:pebble/slate.git" | ||
} | ||
"gulp": "^3.9.1", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-debug": "^2.1.2", | ||
"jshint": "^2.9.1" | ||
}, | ||
"pebble": { | ||
"sdkVersion": "3", | ||
"resources": { | ||
"media": [] | ||
}, | ||
"projectType": "native", | ||
"uuid": "3f2fc7bd-fe40-465f-96fb-9ddf40c6e1f3", | ||
"messageKeys": { | ||
"SHOW_NUMBERS": 1, | ||
"COLOR_MINUTE_MARKS": 9, | ||
"COLOR_SECOND_HAND": 12, | ||
"TEMPERATURE": 0, | ||
"COLOR_MINUTE_HAND": 11, | ||
"SHOW_DATE": 3, | ||
"SHOW_SECOND_HAND": 2, | ||
"COLOR_HOUR_HAND": 10, | ||
"COLOR_BACKGROUND": 6, | ||
"COLOR_LABEL": 7, | ||
"SHOW_TEMPERATURE": 4, | ||
"SHOW_STEPS": 5, | ||
"COLOR_HOUR_MARKS": 8 | ||
}, | ||
"enableMultiJS": false, | ||
"displayName": "Engineering-shadow", | ||
"watchapp": { | ||
"onlyShownOnCommunication": false, | ||
"hiddenApp": false, | ||
"watchface": true | ||
}, | ||
"targetPlatforms": [ | ||
"basalt", "chalk" | ||
], | ||
"capabilities": [ | ||
"health", | ||
"configurable" | ||
] | ||
}, | ||
"main": "index.js", | ||
"homepage": "https://github.com/bateast/pebble-engineering/", | ||
"name": "pebble-engineering-shadow" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.