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.
filepizza/package.json

41 lines
1.0 KiB
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 -d -o static/app.js -t babelify -t reactify client/index.js",
"watch": "./node_modules/.bin/watchify -d -o static/app.js -t babelify -t reactify client/index.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": {
"alt": "^0.14.4",
"bases": "^0.2.1",
"ejs": "^2.3.1",
"express": "^4.12.0",
"peerjs": "^0.3.14",
"socket.io": "^1.3.5"
},
"devDependencies": {
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"react": "^0.13.0",
"reactify": "^1.1.0",
"socket.io-client": "^1.3.5",
"watchify": "^2.4.0"
},
"engines": {
"node": "0.10.x"
}
}