1{
2  "name": "argon-dokuwiki-template-alternative",
3  "version": "1.0.0",
4  "description": "Argon - a clean, responsive, modern template for Dokuwiki. https://www.dokuwiki.org/template:argon",
5  "main": "script.js",
6  "dependencies": {},
7  "devDependencies": {
8    "sass": "^1.26.5"
9  },
10  "scripts": {
11    "styles": "sass --watch assets/css/doku.scss assets/css/doku.css"
12  },
13  "repository": {
14    "type": "git",
15    "url": "git+https://github.com/jessfernando/Argon-Dokuwiki-Template.git"
16  },
17  "keywords": [],
18  "author": "",
19  "license": "ISC",
20  "bugs": {
21    "url": "https://github.com/jessfernando/Argon-Dokuwiki-Template/issues"
22  },
23  "homepage": "https://github.com/jessfernando/Argon-Dokuwiki-Template#readme",
24  "publishConfig": {
25    "registry": "https://npm.pkg.github.com/@jessfernando"
26  }
27}
28