-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.28 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.28 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
52
53
54
55
56
{
"name": "enjsms",
"license": "MIT",
"version": "2.0.30",
"description": "v030@2014-01-02: SMS sending via GSM (3G or VoIP) modems",
"repository": {
"type": "git",
"url": "http://github.com/olecom/enjsms.git"
},
"maintainers": [{
"name": "Oleg Verych",
"email": "[email protected]"
}],
"keywords": [
"sms",
"3g",
"voip",
"modem",
"extjs",
"nodejs",
"node.js",
"node-webkit",
"mongodb"
],
"webkit": {
"plugin": false,
"page-cache": false,
"java": false
},
"window": {
"title": "Loading application...",
"icon":"app_main/images/favicon.png",
"toolbar": true,
"position": "center",
"width": 880,
"height": 555,
"resizable": true,
"show": true,
"frame": true
},
"main": "app_main/app.htm",
"engines": {
"cygwin": "1.7.15",
"node": "0.10.31",
"mongodb": "2.6.4",
"node-webkit": "0.10.4 (node: '0.11.13', Chromium: '35.0.1916.157')"
},
"extjs": {
"version": "4.2.1.883"
},
"dependencies": {
"mongodb": "1.3.23",
"mkdirp": "0.3.5",
"connect": "2.9.2-supro (low fat)"
}
}