forked from jbaron/cats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (50 loc) · 1.05 KB
/
package.json
File metadata and controls
51 lines (50 loc) · 1.05 KB
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
46
47
48
49
50
51
{
"name": "cats",
"author": "JBaron",
"homepage": "https://github.com/jbaron/cats.git",
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/jbaron/cats/blob/master/LICENSE.txt"
}
],
"main": "index.html",
"js-flags": "--harmony_scoping",
"scripts": {
"start": "nodewebkit --restore",
"test" : "jake build"
},
"description": "CATS in an integrated development environment for TypeScript developers",
"keywords": [
"TypeScript",
"JBaron",
"editor",
"IDE",
"javascript",
"Windows, Linux, OSX"
],
"bugs": {
"url": "https://github.com/JBaron/cats/issues"
},
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/jbaron/cats.git"
},
"window": {
"icon": "resource/logo.png",
"toolbar": false,
"position": "center",
"width": 1000,
"height": 800
},
"dependencies": {
"glob": "^4.0.5",
"tslint": "^0.4.12",
"typedoc": "^0.1.1",
"dagre" : "^0.4.6"
},
"devDependencies": {
"jake" : "latest"
}
}