Created
October 8, 2011 16:56
-
-
Save nanodeath/1272550 to your computer and use it in GitHub Desktop.
This file contains 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
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/underscore | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/log4js | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/sass | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/coffee-script | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/run | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/backbone | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/bcrypt | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/express/node_modules/mkdirp | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/express/node_modules/qs | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/express/node_modules/mime | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/express/node_modules/connect | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/express | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/jade/node_modules/commander | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/jade/node_modules/mkdirp | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/jade | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/mongolian/node_modules/waiter | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/mongolian/node_modules/taxman | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/mongolian/node_modules/mongodb | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/mongolian | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/node-proxy | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io/node_modules/policyfile | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io/node_modules/redis | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io/node_modules/socket.io-client/node_modules/xmlhttprequest | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io/node_modules/socket.io-client/node_modules/websocket-client | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io/node_modules/socket.io-client | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now/node_modules/socket.io | |
[email protected] /home/max/local/lib/node_modules/zanza/node_modules/now | |
[email protected] /home/max/local/lib/node_modules/zanza |
This file contains 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
npm WARN backbone ~0.5.3 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN bcrypt ~0.4.0 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN coffee-script ~1.1 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN express 2.4.7 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN jade ~0.16.2 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN log4js ~0.3.9 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN mongolian ~0.1.12 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN now ~0.7 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN run ~0.1 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN sass ~0.5.0 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
npm WARN underscore ~1.2.0 Unmet dependency in /home/max/Dropbox/Javascript/zanza | |
[email protected] /home/max/Dropbox/Javascript/zanza | |
├── UNMET DEPENDENCY backbone ~0.5.3 | |
├── UNMET DEPENDENCY bcrypt ~0.4.0 | |
├── UNMET DEPENDENCY coffee-script ~1.1 | |
├── UNMET DEPENDENCY express 2.4.7 | |
├── UNMET DEPENDENCY jade ~0.16.2 | |
├── UNMET DEPENDENCY log4js ~0.3.9 | |
├── UNMET DEPENDENCY mongolian ~0.1.12 | |
├── UNMET DEPENDENCY now ~0.7 | |
├── UNMET DEPENDENCY run ~0.1 | |
├── UNMET DEPENDENCY sass ~0.5.0 | |
└── UNMET DEPENDENCY underscore ~1.2.0 |
This file contains 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": "zanza" | |
, "version": "0.0.1" | |
, "private": true | |
, "dependencies": { | |
"express": "2.4.7" | |
, "sass": "~0.5.0" | |
, "jade": "~0.16.2" | |
, "now": "~0.7" | |
, "run": "~0.1" | |
, "log4js": "~0.3.9" | |
, "coffee-script": "~1.1" | |
, "underscore": "~1.2.0" | |
, "backbone": "~0.5.3" | |
, "mongolian": "~0.1.12" | |
, "bcrypt": "~0.4.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment