Skip to content

Instantly share code, notes, and snippets.

@akloeber
Created October 7, 2013 16:42
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 akloeber/6871040 to your computer and use it in GitHub Desktop.
Save akloeber/6871040 to your computer and use it in GitHub Desktop.
feedup package.json
{
"name": "feedup",
"description": "A service for dynamically completing feeds with full article contents.",
"version": "0.1.0-1",
"author": "Andreas Klöber <andreas.kloeber@gmail.com>",
"homepage": "https://bitbucket.org/akloeber/feedup",
"repository": {
"type": "git",
"url": "https://bitbucket.org/akloeber/feedup.git"
},
"subdomain": "feedup",
"dependencies": {
"nconf": "0.6.x",
"tracer": "0.5.x",
"restify": "2.5.x",
"lodash": "1.3.x",
"iconv": "2.0.x",
"node-expat": "2.0.x",
"jstoxml": "0.2.x",
"readabilitySAX": "1.6.x",
"memory-cache": "0.0.x",
"usage": "0.3.x",
"password-hash": "1.2.x"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"supertest": "*",
"proxyquire": "*",
"sinon": "*",
"xpath": "*",
"xmldom": "*",
"xml2js": "*",
"buffertools": "*",
"bufferstream": "*"
},
"scripts": {
"start": "node src/main.js"
},
"engines": {
"node": ">=0.10.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment