forked from ajaxorg/ace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (41 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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.4.0"},
"author": "Fabian Jakobs <[email protected]>",
"main": "lib/ace",
"repository" : {
"type" : "git",
"url" : "http://github.com/ajaxorg/ace.git"
},
"dependencies": {
"mime": "1.2.x"
},
"devDependencies": {
"asyncjs": "0.0.x",
"jsdom": "0.2.x",
"amd-loader": ">=0.0.3",
"libxml": "0.0.x",
"dryice": ">=0.3.1"
},
"licenses": [{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
},
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
}],
"directories": {
"lib": "lib/ace"
},
"scripts": {
"test": "node lib/ace/test/all.js"
}
}