mirror of
https://github.com/AdaCore/ace.git
synced 2026-02-12 13:03:02 -08:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "ace",
|
|
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
|
|
"version": "0.2.0",
|
|
"homepage" : "http://github.com/ajaxorg/ace",
|
|
"engines": {"node": ">= 0.6.0"},
|
|
"author": "Fabian Jakobs <fabian@ajax.org>",
|
|
"main": "lib/ace",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "http://github.com/ajaxorg/ace.git"
|
|
},
|
|
"dependencies": {
|
|
"mime": "1.2.x",
|
|
"asyncjs": "0.0.x",
|
|
"jsdom": "0.2.x",
|
|
"amd-loader": "~0.0.4",
|
|
"dryice": ""
|
|
},
|
|
"mappings": {
|
|
"ace": "."
|
|
},
|
|
"licenses": [{
|
|
"type": "BSD New",
|
|
"url": "http://opensource.org/licenses/BSD-3-Clause"
|
|
}],
|
|
"directories": {
|
|
"lib": "lib/ace"
|
|
},
|
|
"scripts": {
|
|
"test": "node lib/ace/test/all.js",
|
|
"postinstall": "node ./install.js"
|
|
},
|
|
"config": {
|
|
"github.com/sourcemint/bundler-js/0/-meta/config/0": {
|
|
"adapter": "github.com/sourcemint/sdk-requirejs/0",
|
|
"modules": {
|
|
"/lib/ace/virtual_renderer.js": {
|
|
"dynamicLinks": [
|
|
"/lib/ace/theme/*.js"
|
|
]
|
|
},
|
|
"/lib/ace/worker/worker_client.js": {
|
|
"dynamicLinks": [
|
|
"/lib/ace/worker/worker_sourcemint.js"
|
|
]
|
|
},
|
|
"/lib/ace/worker/worker_sourcemint.js": {
|
|
"bundleLoader": true,
|
|
"dynamicLinks": [
|
|
"/lib/ace/mode/*_worker.js"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|