-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.29 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.29 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
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
{
"name": "dev-msg-node-nodejs",
"version": "0.1.0",
"description": "msg nodejs development",
"main": "dist/msg-node.js",
"scripts": {
"start": "node src/main/server.js",
"init-setup": "npm init && npm install jspm karma-cli gulp-cli && npm install && jspm init && node setup.js && mkdir -p logs",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/reTHINK-project/dev-msg-node-nodejs.git"
},
"keywords": [
"reThink",
"webRTC"
],
"author": "reThink Project",
"contributors": [
"Frédéric Luart <frederic.luart@apizee.com>",
"Nicolas Daviaud <nicolas.daviaud@apizee.com>",
"Arnaud Vallee <arnaud.vallee@apizee.com>",
"Tuo Zhang <tuo.zhang@telecom-bretagne.eu>",
"Hao Jiang <hao.jiang@telecom-bretagne.eu>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/reTHINK-project/dev-msg-node-nodejs/issues"
},
"homepage": "https://rethink-project.eu/",
"devDependencies": {
"assert": "^1.3.0",
"babel-cli": "^6.24.0",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"dev-registry-domain": "github:rethink-project/dev-registry-domain",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-insert": "^0.5.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.4.2",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"jspm": "^0.16.10",
"karma": "^0.13.15",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.1",
"log4js": "^1.1.0",
"mocha": "^2.3.2",
"phantomjs": "^1.9.18",
"runtime-core": "github:rethink-project/dev-runtime-core#develop",
"socket.io-client": "^1.3.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"jspm": {
"directories": {
"packages": "vendor"
},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"assert": "^1.3.0",
"babelify": "^6.4.0",
"body-parser": "^1.14.1",
"browserify": "^11.2.0",
"chai": "^3.4.1",
"cookie-parser": "^1.4.0",
"dev-registry-domain": "github:rethink-project/dev-registry-domain",
"expect.js": "^0.3.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"forever": "^0.15.2",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-cli": "^0.3.0",
"gulp-insert": "^0.5.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1",
"jsdoc": "^3.4.0",
"jspm": "^0.16.15",
"log4js": "^0.6.38",
"moment": "^2.17.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport.socketio": "^3.6.1",
"redis": "^2.6.5",
"runtime-core": "github:rethink-project/dev-runtime-core#develop",
"session-file-store": "0.0.22",
"socket.io": "^1.3.7",
"socket.io-browserify": "^0.9.6",
"socket.io-client": "^1.4.4",
"socketio-wildcard": "^0.1.1",
"uuid": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
}
}