-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 981 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
{
"name": "mlp-name-generator",
"version": "1.2.1-dev",
"description": "Generate a fantastic My Little Pony name!",
"main": "./lib/index",
"bin": "./bin/mlp-name-generator",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/wavesoftware/mlp-name-generator.git"
},
"keywords": [
"My",
"Little",
"Pony",
"Name",
"Generator"
],
"dependencies": {
"crc": "^3.8.0",
"random-js": "^1.0.8",
"yargs": "^3.6.0"
},
"devDependencies": {
"jasmine": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1"
},
"engines": {
"node": ">=0.9 <=13"
},
"author": {
"name": "Krzysztof Suszyński",
"email": "[email protected]",
"url": "https://wavesoftware.pl/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wavesoftware/mlp-name-generator/issues"
},
"homepage": "https://github.com/wavesoftware/mlp-name-generator"
}