24 lines
503 B
JSON
24 lines
503 B
JSON
|
|
{
|
||
|
|
"name": "MOTOR_CONTROL_SDK",
|
||
|
|
"version": "09.00.00",
|
||
|
|
"description": "MOTOR CONTROL SDK",
|
||
|
|
"main": "index.js",
|
||
|
|
"directories": {
|
||
|
|
"doc": "docs",
|
||
|
|
"example": "examples"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "ssh://git@bitbucket.itg.ti.com/processor-sdk-mcu/sandbox.git"
|
||
|
|
},
|
||
|
|
"author": "TI",
|
||
|
|
"license": "BSD-2-Clause",
|
||
|
|
"dependencies": {
|
||
|
|
"lodash": "^4.17.21",
|
||
|
|
"yargs": "^16.2.0"
|
||
|
|
}
|
||
|
|
}
|