summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/jshint-mode/package.json
blob: d6f223e79e5ea372b61e005ecd816183a24de8da (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                           
{
    "name": "jshint-mode",
    "version": "0.0.2",
    "description": "JSHint",
    "homepage": "http://github.com/daleharvey/jshint-mode",
    "author": {
        "name": "Dale Harvey",
        "url": "http://arandomurl.com/"
    },
    "dependencies": {
        "formidable": ">=0.9.11"
    },
    "engines": ["node >= 0.2.0"],
    "bin": { "jshint-emacs-conf" : "./jshint-emacs.js" }
}