forked from m5stack/m5-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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"
}
}