-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 828 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 828 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
{
"name" : "clever-spotify-backend",
"description" : "CleverStack NodeJS Backend Module for the Spotify example/tutorial application (http://bit.ly/25HqJSY)",
"version" : "0.0.1",
"main" : "module",
"author": {
"name" : "Richard Gustin",
"email" : "richard.gustin86@gmail.com",
"web" : "cleverstack.io"
},
"dependencies": {
"async" : "^0.9.0",
"ffmetadata" : "^1.3.0",
"mkdirp" : "^0.5.0",
"request" : "^2.51.0",
"sanitize-filename" : "^1.1.1",
"spotify-web" : "^1.3.0"
},
"devDependencies": {
},
"peerDependencies": {
"clever-orm" : "~2.x",
"clever-background-tasks" : "~1.x"
}
}