Skip to content

Instantly share code, notes, and snippets.

@jescalan
Created October 25, 2013 02:28
Show Gist options
  • Select an option

  • Save jescalan/7148604 to your computer and use it in GitHub Desktop.

Select an option

Save jescalan/7148604 to your computer and use it in GitHub Desktop.
sample package.json for jsrepl
{
"name": "jsrepl",
"version": "0.0.1",
"author": "replit",
"description": "Node adaptation of jsrepl",
"main": "repl.js",
"repository": {
"type": "git",
"url": "https://github.com/replit/jsrepl"
},
"dependencies": {
"coffee-script": "1.6.x",
"uglify-js": "2.x.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment