-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "kwikar",
"version": "1.0.2",
"description": "CLi to get started 'quicker' when building microservices by offering ready-to-deploy & configurable project templates.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build":"git add .;git commit -m 'LC';git push origin master"
},
"keywords": [
"kwikar",
"quicker",
"kwika",
"microservices",
"reusable microservices"
],
"author": "Bakani Z.M Pilime <bzmpilime@gmail.com>",
"license": "ISC",
"preferGlobal": true,
"bin": {
"kwikar": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bzmp125/messaging-service"
},
"bugs": {
"url": "https://github.com/bzmp125/messaging-service/issues"
},
"entry_point": "./index.js",
"dependencies": {
"chalk": "^1.1.3",
"clear": "0.0.1",
"cli-spinners": "^1.0.0",
"clui": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"config": "^1.26.1",
"figlet": "^1.2.0",
"inquirer": "^3.0.6",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"node-cmd": "^3.0.0",
"node-persist": "^2.0.11",
"node-rest-client": "^3.1.0",
"ora": "^1.2.0",
"preferences": "^0.2.1"
}
}