-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 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
28
29
30
31
32
33
34
35
{
"name": "docs",
"version": "1.1.0",
"description": "Jexia documentation",
"main": "index.js",
"dependencies": {
"http-server": "^0.12.1",
"vuepress": "^1.3.1",
"vuepress-plugin-code-switcher": "^1.0.3",
"vuepress-plugin-google-tag-manager": "0.0.3"
},
"devDependencies": {
"@vuepress/plugin-medium-zoom": "^1.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"start": "http-server ./dist -p 80",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jexia/docs.git"
},
"keywords": [
"Jexia",
"docs"
],
"author": "M.Bilokon",
"license": "ISC",
"bugs": {
"url": "https://github.com/jexia/docs/issues"
},
"homepage": "https://github.com/jexia/docs#readme"
}