summaryrefslogtreecommitdiff
path: root/package.json
blob: 54aae0668bec344423cb6a6675d34c3ada43525e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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-openscad": "github:rubyist/language-openscad",
        "language-perl6": "github:perl6/atom-language-perl6",
        "language-restructuredtext": "github:Lukasa/language-restructuredtext",
        "less": "^3.0.1",
        "pm2": "^2.10.1"
    }
}