-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 820 Bytes
/
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
{
"name": "Hyperglot",
"version": "0.2.0",
"description": "A compiler creation studio",
"main": "ide.html",
"dependencies": {
"ast-types": "~0.3.10",
"escodegen": "~1.0.0",
"esprima": "~1.0.4",
"nedb": "~0.8.12",
"pegjs": "~0.7.0"
},
"devDependencies": {},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/tmcnab/Hyperglot.git"
},
"author": "Tristan McNab <tristan.j.mcnab@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmcnab/Hyperglot/issues"
},
"homepage": "https://github.com/tmcnab/Hyperglot",
"window": {
"title": "Hyperglot",
"toolbar": true,
"frame": true,
"width": 1300,
"height": 700,
"position": "mouse",
"min_width": 1000,
"min_height": 600
}
}