Skip to content

Commit 54b0dd8

Browse files
committed
Initial package file
1 parent 9740278 commit 54b0dd8

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

package.json

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"packages": [
3+
{
4+
"name": "modulo",
5+
"maintainer": "Modulo Labs LLC",
6+
"websiteURL": "http://www.modulo.co/",
7+
"email": "[email protected]",
8+
"help": {
9+
"online": "http://docs.modulo.co"
10+
},
11+
"platforms": [
12+
{
13+
"name": "Modulo Controller",
14+
"architecture": "samd",
15+
"version": "0.1",
16+
"category": "Arduino",
17+
"url": "https://github.com/modulolabs/arduino-hardware/archive/v0.1.tar.gz",
18+
"archiveFileName": "arduino-hardware-0.1.tar.gz",
19+
"checksum": "SHA-256:7c755376ed68d51652ff7c84cf98f852a339188518314dc84fbc190386b939b3",
20+
"size": "5681",
21+
"boards": [
22+
{
23+
"name": "Modulo Boards"
24+
}
25+
],
26+
"toolsDependencies": [
27+
{
28+
"packager": "arduino",
29+
"name": "arm-none-eabi-gcc",
30+
"version": "4.8.3-2014q1"
31+
},
32+
{
33+
"packager": "arduino",
34+
"name": "bossac",
35+
"version": "1.6-arduino"
36+
},
37+
{
38+
"packager": "arduino",
39+
"name": "openocd",
40+
"version": "0.9.0-arduino"
41+
},
42+
{
43+
"packager": "arduino",
44+
"name": "CMSIS",
45+
"version": "4.0.0-atmel"
46+
}
47+
]
48+
}
49+
],
50+
"tools": [
51+
]
52+
}
53+
]
54+
}

0 commit comments

Comments
 (0)