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

43 lines
1.1 KiB
JSON

{
"name": "filepizza",
"version": "0.0.0",
"description": "Peer-to-peer file transfers in your browser",
"main": "lib/server.js",
"scripts": {
"start": "./node_modules/.bin/babel-node lib/server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:kern/filepizza.git"
},
"author": "Alex Kern <alex@kern.io>",
"license": "BSD",
"bugs": {
"url": "https://github.com/kern/filepizza/issues"
},
"homepage": "https://github.com/kern/filepizza",
"dependencies": {
"alt": "^0.14.4",
"babel": "^4.7.16",
"babelify": "^5.0.4",
"bases": "^0.2.1",
"browserify": "^9.0.3",
"browserify-middleware": "^5.0.2",
"classnames": "^1.2.0",
"express": "^4.12.0",
"morgan": "^1.5.2",
"nib": "^1.1.0",
"peer": "^0.2.8",
"react": "^0.13.0",
"react-frozenhead": "^0.3.0",
"react-router": "^0.13.1",
"socket.io": "^1.3.5",
"stylus": "^0.50.0",
"filepizza-socket": "./node_modules/filepizza-socket",
"filepizza-peer": "./node_modules/filepizza-peer"
},
"engines": {
"node": "0.10.x"
}
}