-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.17 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.17 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
{
"name": "codeeditor",
"version": "0.0.9",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/AlexandruSimandi/OnlineCodeEditor.git"
},
"description": "Online code editor synchronized between users",
"main": "server.js",
"keywords": [
"editor",
"synchronized"
],
"author": "",
"contributors": [
"Alexandru Simandi",
"Robert Sandu"
],
"engines": {
"node": "6.1.x"
},
"license": "MIT",
"readme": "README.md",
"dependencies": {
"clipboard": "^1.7.1",
"codemirror": "^5.26.0",
"express": "^4.15.3",
"express-winston": "^2.4.0",
"http2": "^3.3.4",
"https": "^1.0.0",
"mongodb": "^2.2.28",
"mongoose": "^4.10.5",
"moniker": "^0.1.2",
"morgan": "^1.8.2",
"mquery": "^2.3.1",
"node-uuid": "^1.4.7",
"socket.io": "^2.0.2",
"winston": "^2.3.1",
"winston-mongodb": "^1.5.0"
},
"devDependencies": {
"bower": "^1.7.7",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.13",
"gulp-connect": "^3.1.0",
"gulp-notify": "^2.2.0",
"mocha": "^2.4.5",
"pem": "^1.9.7",
"sinon": "^1.17.3",
"supertest": "^1.2.0"
}
}