mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 14:55:54 +10:00
23 lines
448 B
JSON
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/"
|
|
}
|
|
]
|
|
}
|