-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 835 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
{
"name": "wireless-personal-audio-mixer-receiver",
"description": "Sever portion of the Wireless Personal Audio Mixer app",
"repository": "https://github.com/MixMasterMitch/WirelessPersonalAudioMixer-Receiver.git",
"version": "0.0.1",
"nwVersion": "0.12.0",
"main": "index.html",
"window": {
"toolbar": false
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.2",
"grunt-exec": "^0.4.6",
"grunt-node-webkit-builder": "^1.0.0",
"nw": "0.12.0"
},
"dependencies": {
"ip": "^0.3.2",
"node-ssdp": "^2.0.1",
"shortid": "^2.1.3",
"wireless-personal-audio-mixer-backend": "0.0.1"
}
}