-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "instant-chat-signaler",
"version": "0.0.1",
"description": "Instant Chat WebRTC Signaler",
"repository": "https://github.com/instant-chat/signaler",
"main": ".dist/index.js",
"author": "Blake La Pierre",
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-cached": "^1.0.4",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-pipe": "^1.0.3",
"gulp-print": "^1.1.0",
"gulp-run": "^1.6.7",
"gulp-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tasks": "0.0.2",
"gulp-traceur": "^0.17.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"minimist": "^1.1.1",
"traceur": "0.0.88",
"traceur-runtime": "0.0.59",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"es-emitter": "0.0.4",
"koa-gzip": "^0.1.0",
"koa-logger": "^1.2.2",
"koa-onerror": "^1.2.0",
"koa-parse-json": "^1.0.0",
"koa-route": "^2.4.1",
"koa.io": "0.0.3",
"lodash": "^3.7.0"
}
}