summaryrefslogtreecommitdiff
path: root/package.json
blob: dcf40f29263e2f4185e05e24de0a11711e3776b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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",
        "pm2": "^2.10.1"
    }
}