Created
January 6, 2014 22:35
-
-
Save danfinlay/8291068 to your computer and use it in GitHub Desktop.
Mysterious problem is preventing me from installing this module globally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var appController = require('./appController'); | |
| //#!/usr/bin/env node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "SuperUtil", | |
| "version": "0.0.0", | |
| "description": "Command line tool.", | |
| "main": "index.js", | |
| "author": "Dan Finlay", | |
| "dependencies": { | |
| "terminal-menu": "~0.2.0", | |
| "promzard": "~0.2.0", | |
| "q": "~0.9.7", | |
| "lodash": "~2.4.1" | |
| }, | |
| "bin": { | |
| "SuperUtil": "./index.js" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment