-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 953 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 953 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
31
32
33
34
35
36
37
38
39
40
{
"name": "liri",
"version": "1.0.0",
"description": "LIRI application",
"main": "liri.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnjdev/LIRI.git"
},
"author": "cnjdev@github",
"license": "ISC",
"bugs": {
"url": "https://github.com/cnjdev/LIRI/issues"
},
"homepage": "https://github.com/cnjdev/LIRI#readme",
"browser": {
"constants": false
},
"dependencies": {
"browser": "^0.2.6",
"cryptiles": "^4.1.3",
"deep-extend": "^0.6.0",
"fs": "0.0.1-security",
"geocoder": "^0.2.3",
"giant-bomb": "^2.0.1",
"google-books-search": "^0.3.1",
"hoek": "^6.1.3",
"inquirer": "^7.0.0",
"json_the_cat": "^1.0.3",
"lodash": "^4.17.15",
"node-spotify-api": "^1.1.1",
"request": "^2.88.0",
"sshpk": "^1.16.1",
"twitter": "^1.7.1",
"weather-js": "^2.0.0"
}
}