forked from glenux/contrib-Atraci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "Atraci",
"version": "0.4.6",
"repository": {
"type": "git",
"url": "http://github.com/Atraci/Atraci.git"
},
"main": "index.html",
"window": {
"title": "Atraci",
"icon": "images/icon.png",
"toolbar": false,
"frame": false,
"width": 860,
"height": 600,
"min_width": 860,
"min_height": 600,
"resizable": true
},
"single-instance": true,
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36",
"dependencies": {
"request": "~2.36.0",
"ytdl": "~0.2.8",
"universal-analytics": "~0.3.4",
"node-uuid": "~1.4.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "^0.8.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-node-webkit-builder": "~0.1.21",
"grunt-regex-replace": "~0.2.6",
"grunt-shell": "~0.7.0"
}
}