Skip to content

Instantly share code, notes, and snippets.

@DTrejo
Created May 9, 2012 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DTrejo/2642397 to your computer and use it in GitHub Desktop.
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/
{
"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" : "hello@yourdomain.com"
}
, "version": "5.1.0"
, "scripts": {
"start": "node server.js"
, "preinstall": "node-waf clean || true; node-waf configure build"
}
, "author": "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)"
, "contributors": [
"Barney Rubble <b@rubble.com> (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