##// END OF EJS Templates
Merge pull request #3070 from tkf/texinfo...
Merge pull request #3070 from tkf/texinfo Add info and texinfo make targets that were missing in old Sphinx

File last commit:

r8053:58574fbf
r10061:729e4661 merge
Show More
package.json
29 lines | 756 B | application/json | JsonLexer
{
"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"
},
"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"
}
]
}