-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 859 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
32
33
34
35
36
37
{
"name": "liri-node-app",
"version": "1.1.6",
"description": "A language interpretation and recognition interface.",
"main": "liri.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepush": "npm version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amcnulty/liri-node-app.git"
},
"keywords": [
"node",
"twitter",
"spotify",
"omdb"
],
"author": "Aaron Michael McNulty",
"license": "ISC",
"bugs": {
"url": "https://github.com/amcnulty/liri-node-app/issues"
},
"bin": {
"liri": "liri.js"
},
"homepage": "https://github.com/amcnulty/liri-node-app#readme",
"dependencies": {
"chalk": "^2.3.0",
"dotenv": "^4.0.0",
"husky": "^0.14.3",
"node-spotify-api": "^1.0.7",
"request": "^2.83.0",
"twitter": "^1.7.1"
}
}