Skip to content

Instantly share code, notes, and snippets.

@parente
Created October 14, 2013 23:20
Show Gist options
  • Select an option

  • Save parente/6983933 to your computer and use it in GitHub Desktop.

Select an option

Save parente/6983933 to your computer and use it in GitHub Desktop.
Sample package.json file for TotT
{
"name": "totter",
"version": "0.0.1",
"description": "Demonstration module for TotT",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:unctott/totter.git"
},
"keywords": [
"teaching",
"tott",
"unc"
],
"author": "Peter Parente",
"license": "BSD",
"dependencies": {
"jade": "~0.27.6",
"markdown": "~0.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment