mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
618 B
JSON
25 lines
618 B
JSON
{
|
|
"name": "webdrop",
|
|
"version": "0.0.0",
|
|
"description": "Peer-to-peer file transfers in your browser",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"build": "./node_modules/.bin/browserify client/index.js -o static/app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kern/webdrop.git"
|
|
},
|
|
"author": "Alex Kern <alex@kern.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/kern/webdrop/issues"
|
|
},
|
|
"homepage": "https://github.com/kern/webdrop",
|
|
"dependencies": {
|
|
"browserify": "^9.0.3",
|
|
"express": "^4.12.0"
|
|
}
|
|
}
|