12345678910111213141516 |
- {
- "name": "hsmusic-wiki",
- "version": "0.1.0",
- "description": "static wiki software cataloguing collaborative creation",
- "main": "upd8.js",
- "bin": {
- "hsmusic": "./upd8.js"
- },
- "dependencies": {
- "fix-whitespace": "^1.0.4",
- "he": "^1.2.0",
- "mkdirp": "^0.5.5"
- },
- "license": "GPL-3.0"
- }
|