Files
cdnjs/ajax/libs/ace/package.json
T
Pete Cooper 7735c853ce Update to ace package.json
Switch the repo to the correct one for future reference.

Hat tip: @ubergeek42 - https://github.com/cdnjs/cdnjs/issues/2804
2014-03-11 18:11:43 +00:00

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/"
}
]
}