mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 03:06:20 +10:00
Switch the repo to the correct one for future reference. Hat tip: @ubergeek42 - https://github.com/cdnjs/cdnjs/issues/2804
23 lines
415 B
JSON
23 lines
415 B
JSON
{
|
|
"name": "ace",
|
|
"filename": "ace.js",
|
|
"version": "1.1.3",
|
|
"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-builds/"
|
|
}
|
|
]
|
|
}
|