-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 947 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
{
"name": "playlist-detective",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"publish": "./scripts/deploy.sh",
"list-curators": "node ./bin/database-cli.js list",
"add-curator": "node ./bin/database-cli.js add",
"rm-curator": "node ./bin/database-cli.js remove",
"import-curator": "node ./bin/database-cli.js import",
"reset-curators": "node ./bin/database-cli.js reset"
},
"homepage": "https://www.playlistdetective.com/",
"bugs": {
"url": "https://github.com/bobylito/playlistFinder/issues"
},
"dependencies": {
"algoliasearch": "^3.20.2",
"lodash": "^4.17.3",
"mongodb": "^3.1.1",
"ora": "^3.0.0",
"split": "^1.0.1",
"spotify-web-api-node": "^2.3.6"
},
"repository": "git@github.com:bobylito/playlistFinder.git",
"author": "Alexandre Stanislawski <alexandre.stanislawski@algolia.com>",
"devDependencies": {
"gh-pages": "^1.0.0"
}
}