forked from roziscoding/termify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 679 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 679 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
{
"name": "termify",
"version": "1.1.2",
"description": "Simple terminal spotify music search",
"main": "src/index.js",
"bin": {
"termify": "./src/index.js"
},
"keywords": [
"spotify",
"terminal"
],
"repository": "https://github.com/rjmunhoz/termify",
"author": "Rogério Munhoz (@rjmunhoz)",
"license": "MIT",
"dependencies": {
"argv": "0.0.2",
"coloredlog": "^1.0.1",
"dotenv": "^4.0.0",
"inquirer": "^3.2.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"spotify-web-api-node": "^2.4.0"
},
"devDependencies": {
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"mocha": "^3.4.2"
}
}