Skip to content

Instantly share code, notes, and snippets.

@dlmanning
Created January 18, 2014 22:07
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 dlmanning/8497361 to your computer and use it in GitHub Desktop.
Save dlmanning/8497361 to your computer and use it in GitHub Desktop.
{
"name": "knode.github.io",
"version": "0.0.1",
"description": "knode.github.io ===============",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postupdate": "echo \"Updated...\" && exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/dlmanning/knode.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dlmanning/knode.github.io/issues"
},
"homepage": "https://github.com/dlmanning/knode.github.io",
"dependencies": {
"handlebars": "~1.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment