Skip to content

Commit

Permalink
Add a filepizza binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed May 19, 2015
1 parent 779b4b7 commit 833021d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
require('babel/register')
module.exports = require('./lib/server')
4 changes: 2 additions & 2 deletions node_modules/filepizza-peer/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filepizza",
"version": "0.0.0",
"version": "0.1.0",
"description": "Free peer-to-peer file transfers in your browser.",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"type": "git",
"url": "git@github.com:kern/filepizza.git"
},
"author": "Alex Kern <alex@kern.io>",
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/kern/filepizza/issues"
Expand Down Expand Up @@ -42,6 +42,10 @@
"xkcd-password": "^1.2.0"
},
"engines": {
"node": "0.10.x"
"node": "0.12.x"
},
"preferGlobal": "true",
"bin": {
"filepizza" : "index.js"
}
}

0 comments on commit 833021d

Please sign in to comment.