-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 971 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
30
31
32
33
34
35
36
37
{
"name": "sonos-now-playing",
"description": "Display the currently playing track from Sonos.",
"author": "Monsur Hossain <[email protected]> (http://monsur.hossa.in/)",
"homepage": "https://github.com/monsur/sonos-now-playing",
"keywords": [
"sonos",
"music"
],
"version": "0.3.0",
"main": "src/app.js",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/monsur/sonos-now-playing.git"
},
"dependencies": {
"deep-equal": "^1.0.1",
"express": "^4.15.2",
"flickrapi": "^0.6.0",
"minimist": "^1.2.0",
"node-ssdp": "^3.2.1",
"socket.io": "^1.7.3",
"winston": "^2.3.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"blanket": "^1.2.3",
"grunt": "^1.0.1 ",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.3.0"
}
}