forked from kern/filepizza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "filepizza",
"version": "0.1.0",
"description": "Free peer-to-peer file transfers in your browser.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "[email protected]:kern/filepizza.git"
},
"author": "Alex Kern <[email protected]> (http://kern.io)",
"license": "BSD-3-Clause",
"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",
"browserify": "^9.0.3",
"browserify-middleware": "^5.0.2",
"classnames": "^1.2.0",
"express": "^4.12.0",
"filepizza-peerjs": "^1.0.0",
"filepizza-socket": "^1.0.0",
"morgan": "^1.5.2",
"nib": "^1.1.0",
"node-uuid": "^1.4.3",
"peer": "^0.2.8",
"peerjs": "^0.3.14",
"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",
"webrtcsupport": "^2.1.2",
"xkcd-password": "^1.2.0"
},
"engines": {
"node": "0.12.x"
},
"preferGlobal": "true",
"bin": {
"filepizza" : "index.js"
}
}