Files
n8n-docs/package.json
Jan Oberhauser 7e853e2462 🎉 Initial commit
2020-05-23 18:13:47 +02:00

26 lines
629 B
JSON

{
"name": "n8n-docs",
"version": "0.0.1",
"description": "n8n Documentation",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n-docs.git"
},
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"dependencies": {},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.5.0",
"directory-tree": "^2.2.4",
"vuepress": "^1.5.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-reading-time": "^0.1.1"
}
}