Skip to content

Commit

Permalink
more ready for NPm publishing naggie#48
Browse files Browse the repository at this point in the history
  • Loading branch information
naggie committed Apr 14, 2013
1 parent 2a83f50 commit 486e512
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
1 change: 1 addition & 0 deletions app.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/*
Copyright 2013 Callan Bryant <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions import.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/*
Copyright 2013 Callan Bryant <[email protected]>
Expand Down
40 changes: 27 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
{
"name": "megafilter",
"version": "0.0.1",
"private": true,
"author" : "Callan Bryant <[email protected]> (http://callanbryant.co.uk/)",
"scripts": {
"start": "node app"
},
"dependencies": {
"restify": "2.3.5",
"feedparser": "0.12.0",
"xml2js": "0.2.6",
"optimist": "0.3.7"
}
"name": "megafilter",
"homepage": "http://callanbryant.co.uk/megafilter/",
"keywords": ["google reader","rss","aggregator"],
"version": "0.1.1",
"author" : "Callan Bryant <[email protected]> (http://callanbryant.co.uk/)",
"scripts": {
"start": "node app"
},
"dependencies": {
"restify": "2.3.5",
"feedparser": "0.12.0",
"xml2js": "0.2.6",
"optimist": "0.3.7"
},
"bugs": {
"url" : "https://github.com/naggie/megafilter/issues"
},
"license" : "Apache",
"repository": {
"type": "git",
"url": "https://github.com/naggie/megafilter.git"
},
"bin" : {
"megafilter" : "./app.js",
"megafilter-import" : "./import.js"
},
"preferGlobal" : true
}

0 comments on commit 486e512

Please sign in to comment.