-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
42 lines (42 loc) · 963 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
38
39
40
41
42
{
"name": "SUM",
"description": "S Ultimate Messenger",
"version": "2.3.0-SNAPSHOT",
"main": "app/index.html",
"repository": {
"type": "git",
"url": "https://github.com/SSilence/sum.git"
},
"single-instance": false,
"window": {
"icon": "app/favicon.png",
"toolbar": false,
"width": 1200,
"height": 800,
"frame": false,
"min_width": 860,
"min_height": 580
},
"dependencies": {
"lockfile": "~1.0",
"node-rsa": "0.1.54",
"ini": "~1.3",
"base64-stream": "~0.1",
"crypto-js": "~3.1",
"request": "~2",
"emojify.js": "~1.0"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-compress": "~0.13",
"grunt-contrib-jasmine": "~0.8",
"grunt-contrib-jshint": "~0.11",
"grunt-node-webkit-builder": "~1.0",
"grunt-shell": "~1.1",
"grunt-template-jasmine-istanbul": "~0.3",
"grunt-text-replace": "~0.4"
},
"scripts": {
"test": "grunt check"
}
}