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