-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 849 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
43
44
{
"name": "peaks",
"version": "1.0.1",
"description": "Gets a random Swiss mountain peak or lists all peaks",
"main": "index.js",
"scripts": {
"test": "ava && xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugomd/peaks.git"
},
"bin": "cli.js",
"files": [
"index.js",
"cli.js",
"peaks.json"
],
"keywords": [
"swiss",
"mountain",
"peaks",
"list",
"name"
],
"author": {
"name": "Hugo Muller-Downing",
"email": "npmjs@hugo.sx",
"url": "hu.md"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hugomd/peaks/issues"
},
"homepage": "https://github.com/hugomd/peaks#readme",
"dependencies": {
"meow": "^3.7.0",
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"ava": "^0.19.0",
"xo": "^0.18.1"
}
}