forked from mozilla-services/loop-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.05 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
{
"name": "mozilla-loop-server",
"description": "The Mozilla Loop (WebRTC App) server",
"version": "0.17.5",
"author": "Mozilla (https://mozilla.org/)",
"homepage": "https://github.com/mozilla-services/loop-server/",
"bugs": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Loop&component=Server",
"repository": {
"type": "git",
"url": "git@github.com:mozilla-services/loop-server.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"async": "0.9.0",
"atob": "1.1.2",
"aws-sdk": "2.0.23",
"body-parser": "1.12.0",
"connect-validation": "0.2.0",
"convict": "0.6.1",
"cors": "2.5.3",
"eslint": "0.14.1",
"express": "4.x",
"express-hawkauth": "0.3.0",
"express-logging": "git://github.com/mozilla-services/express-logging.git",
"git-rev": "0.2.1",
"hiredis": "0.2.0",
"hkdf": "0.0.2",
"mozlog": "1.0.2",
"newrelic": "1.16.2",
"node-uuid": "1.4.2",
"opentok": "2.2.4",
"phone": "git://github.com/Natim/node-phone.git#83a4f48",
"raven": "0.7.2",
"redis": "0.12.1",
"request": "2.45.0",
"sodium": "1.0.13",
"statsd-node": "0.2.3",
"strftime": "0.8.2",
"urlsafe-base64": "1.0.0",
"ws": "0.7.1",
"yargs": "3.0.4"
},
"devDependencies": {
"chai": "2.0.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-copyright": "0.1.0",
"grunt-eslint": "6.0.0",
"grunt-jsonlint": "1.0.4",
"grunt-nsp-shrinkwrap": "0.0.3",
"grunt-shell": "1.1.1",
"grunt-todo": "0.4.0",
"istanbul": "*",
"load-grunt-tasks": "3.1.0",
"mocha": "2.1.0",
"nock": "1.2.0",
"sinon": "1.12.2",
"superagent-hawk": "0.0.4",
"supertest": "0.15.0"
},
"scripts": {
"test": "make test",
"start": "make runserver",
"lint": "make lint",
"outdated": "npm outdated --depth 0",
"audit-shrinkwrap": "grunt audit-shrinkwrap --force",
"jsdoc-lint": "eslint loop --rule 'valid-jsdoc: [1, {requireReturn: false, requireParamDescription: false}]'"
},
"license": "MPL-2.0",
"keywords": []
}