forked from soliton4/nodeMirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.09 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
{
"name": "node-mirror",
"version": "0.1.41",
"author": {
"name": "Matthias Behrens",
"email": "matthias.behrens@gmail.com"
},
"description": "node.js + CodeMirror = Great IDE and Admin Tool",
"main": "./lib/nodeMirror.js"
, "bin": {
"nodeMirror": "./bin/nodeMirror.js"
}
, "dependencies" : {
"restartable" : ">= 0.0.14",
"express" : "3.x",
"mime": "*",
"mime-magic": "*",
"socket.io": "0.9.x",
"adm-zip": "*",
"optimist": "*",
"runtime-configuration": "*",
"less": "2.1.x",
"session.socket.io": "*",
"connect": "2.*",
"npm": "2.4.x",
"extend": "*",
"imagemagick": "*"
},
"keywords": [
"ide"
, "terminal"
, "editor"
, "development"
, "CodeMirror"
, "nodemirror"
, "html editor"
, "javascript editor"
, "hexeditor"
, "less"
, "peg.js"
, "x11"
, "x11 terminal"
, "audio player"
],
"repository": {
"type": "git",
"url": "https://github.com/soliton4/nodeMirror"
},
"license": "BSD",
"engines": {
"node": ">=0.8"
},
"readmeFilename": "README.md"
}