-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
{
"name": "gokums-cli",
"version": "1.2.12",
"description": "Client for Gokums Framework",
"main": "index.js",
"scripts": {
"precomit": "misc/git/create-pre-commit-file",
"test": "mocha src/**/*.test.js --reporter spec"
},
"keywords": [
"gokums",
"microservice",
"cli"
],
"engines": {
"node": ">=8.0"
},
"bin": {
"gok": "./index.js"
},
"author": "Tonny Pham",
"license": "ISC",
"dependencies": {
"camelcase": "^4.1.0",
"colors": "^1.2.5",
"columnify": "^1.5.4",
"deep-extend": "^0.5.1",
"es6-template": "^1.0.4",
"fuzzy": "^0.1.3",
"google-protobuf": "^3.6.0",
"grpc": "^1.13.0",
"inquirer": "^5.2.0",
"js-yaml": "^3.12.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"object-path": "^0.11.4",
"pascal-case": "^2.0.1",
"repl": "^0.1.3",
"repl.history": "^0.1.4",
"request": "^2.86.0",
"request-promise-native": "^1.0.5",
"tarjan-graph": "^1.0.1",
"underscore": "^1.9.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"mocha": "^5.2.0"
}
}