-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 875 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
{
"name": "liri-node-app",
"version": "1.0.0",
"description": "LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface. LIRI will is command line node app that takes in parameters and gives back data.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taddes/liri-node-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/taddes/liri-node-app/issues"
},
"homepage": "https://github.com/taddes/liri-node-app#readme",
"dependencies": {
"dotenv": "^5.0.1",
"fs": "0.0.1-security",
"node-spotify-api": "^1.0.7",
"request": "^2.85.0",
"twitter": "^1.7.1"
}
}