-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "HipHop",
"version": "0.4.5",
"repository" : {
"type" : "git",
"url" : "https://github.com/hiphopapp/hiphop.git"
},
"main": "index.html",
"window": {
"title": "HipHop",
"icon": "images/icon.png",
"toolbar": false,
"frame": true,
"width": 945,
"height": 600,
"min_width": 900,
"min_height": 580,
"resizable": 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.88.2",
"ytdl": "~0.2.4",
"universal-analytics": "~0.3.4",
"node-uuid": "~1.4.1"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-shell": "~0.6.4",
"grunt-regex-replace": "~0.2.6",
"grunt-node-webkit-builder": "~0.1.19",
"grunt-contrib-compress": "~0.7.0"
}
}