forked from kraihn/dragon-names
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 763 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 763 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
{
"name": "dragon-names",
"version": "1.2.0",
"description": "Get awesome dragon names",
"repository": {
"type": "git",
"url": "https://github.com/kraihn/dragon-names"
},
"bin": {
"dragon-names": "cli.js"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Jared Dickson <code@jareddickson.com> (http://jareddickson.com)",
"license": "MIT",
"dependencies": {
"meow": "^2.1.0",
"unique-random": "^1.0.0"
},
"bugs": {
"url": "https://github.com/kraihn/dragon-names/issues"
},
"files": [
"index.js",
"cli.js",
"data"
],
"homepage": "https://github.com/kraihn/dragon-names",
"devDependencies": {
"mocha": "^2.1.0"
},
"keywords": [
"dragon",
"dragons"
]
}