-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.16 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
43
44
45
{
"name": "ambiance",
"id": "ambiance",
"version": "0.0.1",
"description": "Ambiance editor",
"keywords": [ "ambiance", "editor", "code" ],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/ambiance",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/ambiance.git",
"web": "https://github.com/Gozala/ambiance"
},
"bugs": {
"url": "http://github.com/Gozala/ambiance/issues/"
},
"main": "./index.html",
"webkit": {
"webgl-disabled": true
},
"window": {
"toolbar": false,
"icon": "./resource/app.png"
},
"dependencies": {
"plugin-hub": ">=0.0.1",
"ambiance-plugin-manager": ">=0.0.1",
"ambiance-command-manager": ">=0.0.1",
"codemirror-ambiance-plugin": ">=0.0.1",
"fs-ambiance-plugin": ">=0.0.1",
"gcli-ambiance-plugin": ">=0.0.1"
},
"devDependencies": {
"test": ">=0.4.4",
"repl-utils": ">=1.0.0"
},
"scripts": {
"test": "node test/test-all.js",
"repl": "node node_modules/repl-utils"
},
"licenses": [{
"type" : "MIT",
"url" : "https://github.com/Gozala/ambiance/License.md"
}]
}