mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
28 lines
733 B
JSON
28 lines
733 B
JSON
{
|
|
"name": "m5-docs",
|
|
"version": "1.0.0",
|
|
"description": "[中文](https://github.com/m5stack/m5-docs/blob/master/docs/zh_CN/README_zh_CN.md) | English | [日本語](https://github.com/m5stack/m5-docs/blob/master/docs/ja/README_ja.md)",
|
|
"main": ".eslintrc.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"rollup": "node rollup.config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/m5stack/m5-docs.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs ": {
|
|
"url": "https://github.com/m5stack/m5-docs/issues"
|
|
},
|
|
"homepage": "https://github.com/m5stack/m5-docs#readme",
|
|
"dependencies": {
|
|
"rollup": "^1.21.1"
|
|
}
|
|
}
|