-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "soulsifter",
"description": "Music organization tool",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "https://github.com/broken/soulsifter.git"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-build-number": "^1.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-nw-builder": "^3.1.0",
"grunt-shell": "^3.0.1",
"grunt-spawn": "^1.1.74",
"grunt-text-replace": "^0.4.0",
"nan": "^2.14.2"
},
"dependencies": {
"@googleapis/youtube": "^2.0.0",
"@material/mwc-button": "^0.6.0",
"@material/mwc-circular-progress": "^0.21.0",
"@material/mwc-fab": "^0.6.0",
"@material/mwc-icon": "^0.6.0",
"@material/mwc-linear-progress": "^0.6.0",
"@material/mwc-tab": "^0.6.0",
"@material/mwc-tab-bar": "^0.6.0",
"@material/ripple": "^2.3.0",
"@polymer/lit-element": "^0.7.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-input": "^3.0.2",
"@polymer/paper-radio-button": "^3.0.1",
"@polymer/paper-toast": "^3.0.1",
"@polymer/paper-toggle-button": "^3.0.1",
"@polymer/polymer": "^3.2.0",
"async": "^3.0.1",
"axios": "^0.22.0",
"express": "^4.17.1",
"google-auth-library": "^7.1.2",
"googleapis": "^74.2.0",
"open": "^8.4.0",
"playmusic": "^2.3.0",
"polymer-cli": "^1.9.10",
"polymer-modulizer": "^0.4.3",
"server-destroy": "^1.0.1",
"spotify-web-api-node": "^5.0.2"
}
}