-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 Bytes
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
{
"name": "Beats-Music",
"version": "0.0.1",
"chromium-args": "--disable-web-security",
"author": "Chase Farmer",
"dependencies": {
"superagent": "~0.16.0",
"express": "~3.4.8",
"express3-handlebars":"0.5.0"
},
"devDependencies": {
"grunt-cli": "~0.1.9",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~0.11.0",
"grunt-node-webkit-builder": "~0.1.17",
"grunt-contrib-copy": "~0.5.0"
},
"repository" : {
"type": "git",
"url": "https://github.com/Beats-Music/node-webkit-miniplayer"
},
"webkit": {
"plugin": true
},
"main": "index.html",
"window": {
"title": "Beats Music",
"show": true,
"toolbar": true,
"frame": true,
"position": "center",
"width": 400,
"height": 460,
"resizable": true
},
"node-remote": "http://localhost:3112",
"node-main": "flashPlayer.js"
}