RandomSec/docs/package.json
Antonin Delpeuch b361df227f
Set up docs deployment process with Netlify (#2567)
* Set up docs deployment process with Netlify

* make steps a bit more clear (#2568)

Node.js is fully needed for Docusaurus things (package verifying, etc.).

* Update the docs ReadMe for Yarn Installation (#2569)

* Update the package.json manifest (#2570)

Co-authored-by: Thad Guidry <thadguidry@gmail.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2020-04-20 12:17:38 +02:00

20 lines
540 B
JSON

{
"name": "OpenRefine-Documentation",
"version": "1.0.0",
"description": "Documentation for OpenRefine",
"license": "BSD-3-Clause",
"author": "OpenRefine",
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",
"build": "docusaurus-build",
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.14.4"
}
}