summaryrefslogtreecommitdiff
path: root/package.json
blob: 5297d5eeb48fbbce7615f8815e1900c2b54585c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "color",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "start": "node ./node_modules/.bin/pm2 start color.json",
        "css": "lessc --include-path=atom-light-syntax/styles atom-light-syntax/index.less atom-light-syntax.css",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "",
    "license": "AGPL-3.0",
    "dependencies": {
        "highlights": "^3.1.1",
        "language-emacs-lisp": "github:Alhadis/language-emacs-lisp",
        "language-perl6": "github:perl6/atom-language-perl6",
        "less": "^3.0.1",
        "pm2": "^2.10.1"
    }
}