-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
{
"name": "grbl-learning",
"version": "1.0.0",
"description": "grbl analytics & learning & porting",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"docs:build": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
"deploy": "gh-pages -d docs/.vuepress/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MillerRen/grbl-learning.git"
},
"keywords": [
"grbl",
"cnc",
"arduino"
],
"author": "MillerRen",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MillerRen/grbl-learning/issues"
},
"homepage": "https://github.com/MillerRen/grbl-learning#readme",
"devDependencies": {
"gh-pages": "^3.1.0",
"vuepress": "^1.9.9"
}
}