summaryrefslogtreecommitdiff
path: root/package.json
blob: 6f8f7f9c881e7480632cf68540607fc59e95c80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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": "^0.2.4",
        "language-perl6": "git+https://github.com/perl6/atom-language-perl6.git"
    }
}