summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/jshint-mode/package.json
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:13:37 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-04-25 00:23:26 +0200
commitfdc1028cfd9e6563dbbe950cdd539559ce8d6353 (patch)
tree4b0ae3791baf59e94767dca01c71fd9828a69798 /emacs.d/lisp/jshint-mode/package.json
parent452a858fe4d70ec3521687dcbd1a8270f51b6f37 (diff)
downloaddotfiles-fdc1028cfd9e6563dbbe950cdd539559ce8d6353.tar.gz
dotfiles-fdc1028cfd9e6563dbbe950cdd539559ce8d6353.tar.xz
dotfiles-fdc1028cfd9e6563dbbe950cdd539559ce8d6353.zip
emacs: added some additional modes
Diffstat (limited to '')
-rw-r--r--emacs.d/lisp/jshint-mode/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/emacs.d/lisp/jshint-mode/package.json b/emacs.d/lisp/jshint-mode/package.json
new file mode 100644
index 0000000..d6f223e
--- /dev/null
+++ b/emacs.d/lisp/jshint-mode/package.json
@@ -0,0 +1,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" }
+} \ No newline at end of file