-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 911 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
38
39
40
41
42
{
"name": "soleil",
"version": "0.3.4",
"description": "Daily sunrise/sunset times in your terminal.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"prepublish": "./node_modules/6to5/bin/6to5 soleil.js -o index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hollingberry/soleil"
},
"keywords": [
"daily",
"sunrise",
"sunset",
"times",
"suncalc",
"terminal",
"cli",
"command",
"line",
"interface"
],
"dependencies": {
"chalk": "~0.4.0",
"moment": "~2.5.1",
"request": "~2.34.0",
"suncalc": "~1.3.0",
"corelocation": "0.0.0"
},
"devDependencies": {
"6to5": "~1.8.1"
},
"author": "Casper Hollingberry <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hollingberry/soleil/issues"
},
"homepage": "https://github.com/hollingberry/soleil"
}