-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 863 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
{
"name": "fun_packet",
"version": "1.3.7",
"description": "This will give you lots of fun like jokes and sentence analysis.",
"main": "./bin/fun.js",
"bin": {
"fun": "./bin/fun.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines":{
"node": "10.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rupeshiya/FunPacketCli.git"
},
"keywords": [
"fun"
],
"author": "rupesh <[email protected]>",
"license": "MIT",
"dependencies": {
"cfonts": "^2.1.3",
"colors": "^1.3.0",
"express": "^4.16.3",
"os": "^0.1.1",
"paralleldots": "^3.1.1",
"request": "^2.87.0",
"yargs": "^11.0.0"
},
"bugs": {
"url": "https://github.com/Rupeshiya/FunPacketCli/issues"
},
"homepage": "https://github.com/Rupeshiya/FunPacketCli#readme"
}