summaryrefslogtreecommitdiff
path: root/package.json
blob: 6e63db972bfcf45331b2ed360e5270a9985dda24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "dakkar-highlight",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "start": "node index.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "",
    "license": "AGPL-3.0",
    "dependencies": {
        "highlight.js": "^9.12.0"
    }
}