forked from smallstoneapps/utils
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@rebble/sdk-c-utils",
"version": "1.2.3",
"description": "A small collection of C macros that make developing Pebble apps a little simpler.",
"main": "include/macros.h",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pebble-dev/sdk-c-utils.git"
},
"author": "Matthew Tole <pebble@matthewtole.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pebble-dev/sdk-c-utils/issues"
},
"homepage": "https://github.com/pebble-dev/sdk-c-utils#readme",
"pebble": {
"projectType": "package",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery",
"flint"
]
},
"files": [
"dist.zip"
],
"keywords": [
"pebble-package"
]
}