forked from ct-js/docs.ctjs.rocks
-
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) · 782 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 782 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": "ctjs-docs",
"version": "1.0.0",
"description": "Nice to meet you! Here you will find all the official documentation and tutorials for ct.js.",
"main": "",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ct-js/docs.ctjs.rocks.git"
},
"author": "Cosmo Myzrail Gorynych",
"license": "Creative Commons Attribution-ShareAlike 4.0 International",
"bugs": {
"url": "https://github.com/ct-js/docs.ctjs.rocks/issues"
},
"homepage": "https://github.com/ct-js/docs.ctjs.rocks#readme",
"dependencies": {
"@vuepress/plugin-pwa": "^1.5.4",
"vuepress": "^1.5.4"
},
"devDependencies": {
"@vuepress/plugin-medium-zoom": "^1.5.4"
}
}