-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 804 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
{
"author": "Spotify",
"name": "lifx-visualiser",
"description": "LIFX visualiser for Spotify music",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/sekaru/spotify-lifx-visualiser.git"
},
"license": "GNU GPLv3",
"scripts": {
"start": "nodemon app.js",
"go": "nodemon app.js -c 2 -t 30 --ignore 'analysis/*.json'"
},
"dependencies": {
"color-convert": "^1.9.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.16.0",
"lodash": "^4.17.21",
"minimist": "^1.2.3",
"nanotimer": "^0.3.15",
"node-lifx": "^0.8.0",
"node-vibrant": "^3.0.0",
"opn": "^5.1.0",
"pug": "^3.0.1",
"querystring": "~0.2.0",
"request": "^2.88.0"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}