Files
cdnjs/ajax/libs/ace/package.json
T
2011-11-18 11:39:12 +11:00

23 lines
448 B
JSON

{
"name": "ace",
"filename": "ace.js",
"version": "0.2.0",
"description": "Ace is a standalone code editor written in JavaScript.",
"homepage": "http://ace.ajax.org/",
"keywords": [
"code",
"editor"
],
"maintainers": [
{
"name": "The Ace Project"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/ajaxorg/ace/"
}
]
}