Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created August 27, 2010 01:04
Show Gist options
  • Save grampelberg/552561 to your computer and use it in GitHub Desktop.
Save grampelberg/552561 to your computer and use it in GitHub Desktop.
{ "name": "scrape-ted",
"version": "0.0.1",
"dependencies": { "request": "*",
"jsdom": "*",
"htmlparser": "*" },
"bin": { "scrape-ted": "./node.client.js" },
"directories": { "lib": "lib" },
"engines": ["node >= 0.1.90"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment