38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "ace",
|
|
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
|
|
"version": "1.2.3",
|
|
"homepage": "http://github.com/ajaxorg/ace",
|
|
"engines": {"node": ">= 0.6.0"},
|
|
"author": "Fabian Jakobs <fabian@c9.io>",
|
|
"main": "lib/ace",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/ajaxorg/ace.git"
|
|
},
|
|
"dependencies": {
|
|
"mime": "1.2.x"
|
|
},
|
|
"devDependencies": {
|
|
"asyncjs": "0.0.x",
|
|
"node-jsdom": "3.1.5",
|
|
"amd-loader": "~0.0.4",
|
|
"dryice": "0.4.11",
|
|
"architect-build": "https://github.com/c9/architect-build/tarball/17268dce65"
|
|
},
|
|
"mappings": {
|
|
"ace": "."
|
|
},
|
|
"licenses": [{
|
|
"type": "BSD New",
|
|
"url": "http://opensource.org/licenses/BSD-3-Clause"
|
|
}],
|
|
"directories": {
|
|
"lib": "lib/ace"
|
|
},
|
|
"scripts": {
|
|
"start": "node static.js",
|
|
"test": "node lib/ace/test/all.js"
|
|
}
|
|
}
|