-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"author": "Boris Filipov",
"name": "organic-archconsole",
"main": "index.html",
"node-main": "nw-archconsole.js",
"single-instance": false,
"window": {
"title": "archconsole",
"toolbar": false,
"frame": true,
"width": 1000,
"height": 800,
"position": "center",
"min_width": 400,
"min_height": 200,
"max_width": 8000,
"max_height": 8000
},
"node-remote": "<local>",
"inject-js-start": "inject-js-start.js",
"version": "0.1.0",
"scripts": {
"test": "jasmine-node ./tests"
},
"repository": {
"type": "git",
"url": "https://github.com/outbounder/organic-archconsole.git"
},
"dependencies": {
"angelabilities": "0.0.1",
"angelscripts": "0.0.4",
"angelscripts-nodeapps": "0.0.4",
"async": "0.2.9",
"connect": "2.9.0",
"gift": "0.0.6",
"glob": "3.1.14",
"jade": "0.35.0",
"killprocess": "0.0.2",
"less": "^1.7.5",
"moment": "^2.8.3",
"organic": "0.1.1",
"organic-alchemy": "0.0.1",
"organic-angel": "0.2.4",
"organic-bundlecode": "0.0.3",
"organic-bundlestyle": "0.0.2",
"organic-cells": "0.0.17",
"organic-httpreactor": "0.0.1",
"organic-httpserver": "0.0.2",
"organic-jadefy": "0.0.1",
"organic-logger": "0.0.1",
"organic-socketioreactor": "0.0.1",
"organic-socketioserver": "0.0.2",
"organic-symlink": "0.0.2",
"platform": "1.0.0",
"pty.js": "0.2.3",
"shelljs": "0.1.2",
"term.js": "0.0.3",
"tree-kill": "0.0.6",
"underscore": "1.4.4",
"nodewebkit": "0.10.5"
},
"optionalDependencies": {},
"engines": {
"node": ">= 0.11.x"
},
"devDependencies": {
"angelabilities": "0.0.1",
"angelscripts-nodeapps": "0.0.4",
"angelscripts": "0.0.4"
}
}