forked from Ghostavio/piroca
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.07 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "piroca",
"version": "0.7.0",
"description": "PaaS - Piroca as a Service (get Brazilian equivalents for :eggplant:)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joaocunha/piroca"
},
"bin": {
"piroca": "cli.js"
},
"author": "João Cunha <[email protected]> (http://twitter.com/joaocunha)",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js",
"cli.js",
"names.json"
],
"keywords": [
"cli-app",
"cli",
"bin",
"word",
"words",
"badwords",
"list",
"array",
"json",
"random",
"rand",
"prompt",
"piroca"
],
"dependencies": {
"alpha-sort": "^1.0.2",
"array-uniq": "^1.0.2",
"lodash": "^4.6.1",
"meow": "^3.3.0",
"parse-json": "^2.2.0",
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"ava": "0.0.4"
},
"bugs": {
"url": "https://github.com/joaocunha/piroca/issues"
},
"homepage": "https://github.com/joaocunha/piroca",
"main": "index.js"
}