aboutsummaryrefslogtreecommitdiff
path: root/doc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/package.json')
-rwxr-xr-xdoc/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/package.json b/doc/package.json
new file mode 100755
index 0000000..d484ef9
--- /dev/null
+++ b/doc/package.json
@@ -0,0 +1,25 @@
1{
2 "name": "Yuescript",
3 "version": "0.0.1",
4 "description": "Documentation",
5 "main": "index.js",
6 "authors": {
7 "name": "Li Jin",
8 "email": "dragon-fly@qq.com"
9 },
10 "repository": "https://github.com/pigpigyyy/Yuescript/doc",
11 "scripts": {
12 "dev": "vuepress dev docs",
13 "build": "vuepress build docs"
14 },
15 "license": "MIT",
16 "devDependencies": {
17 "@vuepress/plugin-back-to-top": "^1.3.1",
18 "@vuepress/plugin-medium-zoom": "^1.3.1",
19 "vuepress": "^1.3.1"
20 },
21 "dependencies": {
22 "vue-js-modal": "^2.0.0-rc.6",
23 "vue-prism-editor": "^1.2.2"
24 }
25}