30 lines
983 B
JSON
30 lines
983 B
JSON
{
|
|
"name": "@mixly/micropython-nrf51822-mithoncc",
|
|
"version": "1.2.0",
|
|
"description": "适用于mixly的micropython nrf51822 mithoncc模块",
|
|
"scripts": {
|
|
"build:dev": "webpack --config=webpack.dev.js",
|
|
"build:prod": "webpack --config=webpack.prod.js",
|
|
"publish:board": "npm publish --registry https://registry.npmjs.org/"
|
|
},
|
|
"main": "./export.js",
|
|
"author": "Mixly Team",
|
|
"keywords": [
|
|
"mixly",
|
|
"mixly-plugin",
|
|
"micropython-nrf51822-mithoncc"
|
|
],
|
|
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/micropython_nrf51822_mithoncc",
|
|
"bugs": {
|
|
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/bnu_mixly/mixly3.git",
|
|
"directory": "default_src/micropython_nrf51822_mithoncc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "Apache 2.0"
|
|
} |