This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
118 lines (118 loc) · 2.96 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "makedrive",
"version": "0.0.69",
"description": "Webmaker Filesystem",
"scripts": {
"start": "node server/index.js",
"test": "grunt test",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/makedrive.git"
},
"keywords": [
"filesystem",
"storage",
"web",
"makedrive",
"webmaker",
"cloud"
],
"contributors": [
{
"name": "David Humphrey",
"email": "david.humphrey@senecacollege.ca",
"url": "https://github.com/humphd"
},
{
"name": "Ali Al Dallal",
"email": "ali@alicoding.com",
"url": "https://github.com/alicoding"
},
{
"name": "Kieran Sedgwick",
"email": "kieran.sedgwick@gmail.com",
"url": "https://github.com/sedge"
},
{
"name": "Gideon Thomas",
"email": "r.gideonthomas@gmail.com",
"url": "https://github.com/gideonthomas"
},
{
"name": "Yoav Gurevich",
"email": "ygurevich@ymail.com",
"url": "https://github.com/yoavgurevich"
}
],
"license": "MPL2",
"bugs": {
"url": "https://github.com/mozilla/makedrive/issues"
},
"dependencies": {
"MD5": "^1.2.1",
"archiver": "^0.10.1",
"bower": "1.3.8",
"browser-request": "^0.3.1",
"bunyan": "^1.1.3",
"events": "^1.0.1",
"express": "^3.19.1",
"filer": "^0.0.41",
"filer-fs": "0.1.2",
"filer-s3": "0.1.1",
"filer-sql": "0.0.3",
"grunt-contrib-less": "^0.11.4",
"habitat": "1.1.0",
"helmet": "0.2.0",
"messina": "^0.1.2",
"mime": "^1.2.11",
"newrelic": "1.4.0",
"node-uuid": "^1.4.1",
"nunjucks": "^1.1.0",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"passport-strategy": "^1.0.0",
"recluster": "^0.3.7",
"redis": "^0.12.1",
"server-destroy": "^1.0.0",
"useragent": "^2.1.0",
"webmaker-auth": "0.0.14",
"ws": "^0.6.5"
},
"optionalDependencies": {
"hiredis": "^0.1.17"
},
"devDependencies": {
"async": "^0.9.0",
"browserify": "^4.1.8",
"bunyan-prettystream": "^0.1.3",
"chai": "^1.9.1",
"grunt": "~0.4.1",
"grunt-browserify": "^3.0.1",
"grunt-bump": "0.0.14",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-express-server": "^0.4.17",
"grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck",
"grunt-prompt": "^1.1.0",
"jit-grunt": "^0.7.0",
"jszip": "^2.4.0",
"mocha": "^1.21.4",
"node-deep-equal": "git://github.com/humphd/node-deep-equal.git#b9f1fbd8397691e246529152678595b00ee5f468",
"request": "2.36.x",
"semver": "^2.3.1",
"supertest": "0.13.x",
"time-grunt": "^0.4.0"
},
"main": "./client/src/index.js",
"browser": {
"request": "browser-request",
"url": "./client/src/client-url.js",
"ws": "./client/src/client-ws.js"
}
}