« get me outta code hell

package.json - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
blob: a0495520bb48eeadf9201ab9494f1d37f2ae5d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "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",
        "mkdirp": "^0.5.5"
    },
    "license": "GPL-3.0"
}