-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (42 loc) · 1.02 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
{
"main": "main.html",
"name": "Toki",
"description": "Toki - an Incremental update tools",
"version": "v0.1.1",
"keywords": ["Toki", "app", "increamental updates"],
"window": {
"icon": "images/favicon.png",
"toolbar": false,
"position": "center",
"width": 1200,
"height": 700,
"frame": false,
"show": false,
"debug": false
},
"repository": {
"type" : "git",
"url" : "https://github.com/JackieLin/Toki"
},
"contributions": {
"Jackie Lin": "dashi_lin@163.com",
"megmei": "yjb886@163.com"
},
"os": ["win32"],
"scripts": {
"start": "nw",
"test": "grunt test"
},
"dependencies": {
"ssh2": "~0.2.21"
},
"devDependencies": {
"grunt": "~v0.4.0",
"grunt-contrib-jshint": "~v0.9.0",
"grunt-contrib-watch": "~v0.6.0",
"grunt-contrib-uglify": "~v0.4.0",
"grunt-contrib-cssmin": "~v0.9.0",
"grunt-htmlhint": "~v0.4.0",
"grunt-contrib-copy": "~v0.4.0"
}
}