-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1007 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
45
46
47
48
49
50
51
52
{
"name": "alain",
"version": "1.0.0",
"description": "Need a product name? Ask alain!",
"main": "index.js",
"bin": {
"alain": "cli.js"
},
"files": [
"cli.js",
"index.js",
"words.json"
],
"scripts": {
"test": "standard",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergile/alain.git"
},
"keywords": [
"app",
"name",
"alain",
"sergile",
"marketing",
"product",
"fun",
"silly",
"yusss!"
],
"author": "nexdrew",
"license": "ISC",
"bugs": {
"url": "https://github.com/sergile/alain/issues"
},
"homepage": "https://github.com/sergile/alain#readme",
"dependencies": {
"chalk": "^2.1.0",
"figlet": "^1.2.0",
"random-int": "^1.0.0",
"sywac": "^1.1.0",
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"jsonfile": "^3.0.1",
"linebyline": "^1.3.0",
"standard": "^10.0.3",
"standard-version": "^4.2.0"
}
}