Warning, /wikitolearn/wikitolearn-docs/package.json is written in an unsupported language. File is not indexed.

0001 {
0002   "name": "wikitolearn-docs",
0003   "version": "1.0.0",
0004   "description": "WikiToLearn documentation website. To be served with VuePress.",
0005   "directories": {
0006     "doc": "docs"
0007   },
0008   "dependencies": {
0009     "acorn": "^7.1.1",
0010     "vuepress": "^1.3.1",
0011     "vuepress-plugin-clean-urls": "^1.1.1"
0012   },
0013   "devDependencies": {},
0014   "scripts": {
0015     "export": "vuepress build docs",
0016     "deploy": "npm run export && surge docs/.vuepress/dist --domain https://wikitolearn-docs.surge.sh",
0017     "test": "echo \"Error: no test specified\" && exit 1"
0018   },
0019   "repository": {
0020     "type": "git",
0021     "url": "git+https://github.com/sgametrio/wikitolearn-docs.git"
0022   },
0023   "keywords": [
0024     "wikitolearn",
0025     "documentation"
0026   ],
0027   "author": "Demetrio Carrara",
0028   "license": "CC-BY-4.0",
0029   "bugs": {
0030     "url": "https://github.com/sgametrio/wikitolearn-docs/issues"
0031   },
0032   "homepage": "https://github.com/sgametrio/wikitolearn-docs#readme"
0033 }