forked from codemirror/codemirror5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 Bytes
/
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
{
"name": "CodeMirror",
"version":"2.32.0",
"main": "codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [
{
"type": "MIT",
"url": "http://codemirror.net/LICENSE"
}
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "node ./test/run.js"
},
"devDependencies": {
"node-static": "0.6.0"
},
"bugs": "http://github.com/marijnh/CodeMirror2/issues",
"keywords": ["JavaScript", "CodeMirror", "Editor"],
"homepage": "http://codemirror.net",
"maintainers":[ {
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"web": "http://codemirror.net"
}],
"repositories": [
{
"type": "git",
"url": "https://github.com/marijnh/CodeMirror2.git"
}
]
}