-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.template
More file actions
23 lines (22 loc) · 959 Bytes
/
package.json.template
File metadata and controls
23 lines (22 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "librepilot",
"version": "1.0.0",
"description": "About the LibrePilot Project\r ============================",
"main": "index.js",
"scripts": {
"build-ef": "make ef_coptercontrol",
"device_info_0": "stm32flash /dev/ttyUSB0",
"flash_0": "stm32flash /dev/ttyUSB0 -w build/firmware/ef_coptercontrol/ef_coptercontrol.bin",
"flash_and_run_0": "stm32flash /dev/ttyUSB0 -w build/firmware/ef_coptercontrol/ef_coptercontrol.bin -g 0x08003000",
"device_info_1": "stm32flash /dev/ttyUSB1",
"flash_1": "stm32flash /dev/ttyUSB1 -w build/firmware/ef_coptercontrol/ef_coptercontrol.bin",
"flash_and_run_1": "stm32flash /dev/ttyUSB1 -w build/firmware/ef_coptercontrol/ef_coptercontrol.bin -g 0x08003000"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/librepilot/librepilot.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/librepilot/librepilot#readme"
}