forked from unoplatform/workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 848 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
{
"name": "workshops",
"version": "1.0.0",
"description": "Throughout the workshops you'll encounter the following emoji — here's what they mean:",
"main": "index.js",
"dependencies": {
"remark": "^11.0.1",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3"
},
"devDependencies": {
"markdownlint": "^0.17.0",
"markdownlint-cli": "^0.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unoplatform/workshop.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/unoplatform/workshop/issues"
},
"homepage": "https://github.com/unoplatform/workshop#readme"
}