mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
As the package sizes 37.5MB (!!!!), we are keeping only the directory we are using (src-min). The rest (demo, src, src-min-noconflict, src-noconflict) is added in the root .gitignore and not present in the index. Description of those directories content is available in the GitHub repo README : https://github.com/ajaxorg/ace-builds
22 lines
517 B
JSON
22 lines
517 B
JSON
{
|
|
"name": "ace-builds",
|
|
"version": "1.2.6",
|
|
"description": "Ace (Ajax.org Cloud9 Editor)",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"ignore": [
|
|
"demo"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ajaxorg/ace-builds.git"
|
|
},
|
|
"author": "",
|
|
"license": "BSD",
|
|
"bugs": {
|
|
"url": "https://github.com/ajaxorg/ace-builds/issues"
|
|
},
|
|
"homepage": "https://github.com/ajaxorg/ace-builds"
|
|
}
|