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.
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "filepizza",
|
|
"version": "0.2.4",
|
|
"description": "Free peer-to-peer file transfers in your browser.",
|
|
"preferGlobal": "true",
|
|
"bin": "./dist/index.js",
|
|
"author": "Alex Kern <alex@kern.io> (http://kern.io)",
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "https://github.com/kern/filepizza",
|
|
"scripts": {
|
|
"start": "make run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kern/filepizza.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kern/filepizza/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 5.0.0",
|
|
"npm": ">= 3.3.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015",
|
|
"stage-0"
|
|
],
|
|
"plugins": [
|
|
"add-module-exports",
|
|
"transform-react-jsx"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"alt": "^0.14.4",
|
|
"babel-cli": "^6.6.5",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-add-module-exports": "^0.1.2",
|
|
"babel-plugin-transform-react-jsx": "^6.7.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"classnames": "^1.2.0",
|
|
"express": "^4.12.0",
|
|
"express-force-ssl": "^0.3.0",
|
|
"express-winston": "^0.3.1",
|
|
"filepizza-socket": "^1.0.0",
|
|
"newrelic": "^1.21.1",
|
|
"nib": "^1.1.0",
|
|
"node-uuid": "^1.4.3",
|
|
"react": "^0.13.0",
|
|
"react-frozenhead": "^0.3.0",
|
|
"react-google-analytics": "^0.2.0",
|
|
"react-router": "^0.13.1",
|
|
"socket.io": "^1.3.5",
|
|
"socket.io-client": "^1.3.5",
|
|
"stylus": "^0.50.0",
|
|
"twilio": "^2.3.0",
|
|
"webpack": "^1.12.14",
|
|
"webrtcsupport": "^2.1.2",
|
|
"webtorrent": "^0.90.3",
|
|
"winston": "^1.0.1",
|
|
"xkcd-password": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"json-loader": "^0.5.4",
|
|
"nodemon": "^1.4.1",
|
|
"webpack-dev-middleware": "^1.6.1"
|
|
}
|
|
}
|