Created
May 9, 2012 06:30
-
-
Save DTrejo/2642397 to your computer and use it in GitHub Desktop.
biggest fatest example json you will ever see? maybe, but check out http://package.jit.su/
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": "my-big-json-package-example" | |
, "description": "see `npm help json` for full docs. Thanks for reading! — @ddtrejo" | |
, "keywords": [ "keywords", "to help people find", "this package" ] | |
, "homepage": "http://npmjs.org/doc/json.html" | |
, "bugs": { | |
"//": "(either hash is optional)" | |
, "url" : "http://github.com/isaacs/npm/issues" | |
, "email" : "[email protected]" | |
} | |
, "version": "5.1.0" | |
, "scripts": { | |
"start": "node server.js" | |
, "preinstall": "node-waf clean || true; node-waf configure build" | |
} | |
, "author": "Barney Rubble <[email protected]> (http://barnyrubble.tumblr.com/)" | |
, "contributors": [ | |
"Barney Rubble <[email protected]> (http://barnyrubble.tumblr.com/)" | |
, "David Trejo <david åt dtrejo.com> (http://dtrejo.com)" | |
] | |
, "files": "*" | |
, "main": "index.js" | |
, "bin": { "my-program" : "./path/to/program" } | |
, "man" : [ "./man/foo.1", "./man/bar.1" ] | |
, "directories": { | |
"doc": "./doc" | |
, "man": "./man" | |
, "lib": "./lib" | |
, "bin": "./bin" | |
, "example": "./example" | |
} | |
, "repository" : { | |
"type" : "git" | |
, "url" : "http://github.com/isaacs/npm.git" | |
} | |
, "config": { "port" : "8080" } | |
, "dependencies": { "async": "~0.1.18" } | |
, "devDependencies": { "tracer-bullet": "~0.0.0" } | |
, "bundledDependencies": {} | |
, "engines": { | |
"node": "*" | |
, "npm": "*" | |
, "os": [ "darwin", "linux", "win32", "solaris", "!plan9" ] | |
, "cpu": [ "x64", "ia32", "!arm", "!mips" ] | |
} | |
, "preferGlobal": "false" | |
, "private": "false" | |
, "publishConfig": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment