-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.28 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.28 KB
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
57
58
{
"name": "viskit",
"version": "2.0.0-rc3",
"description": "A command line helper for Kony Visualizer projects.",
"bin": {
"viskit": "./src/cli/viskit.js"
},
"main": "src/cli/viskit.js",
"preferGlobal": true,
"scripts": {
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mig82/viskit.git"
},
"keywords": [
"kony",
"visualizer",
"cli",
"mobile",
"cross-platform",
"code-review"
],
"author": "Miguelangel Fernandez <miguelangelxfm@gmail.com> (https://www.linkedin.com/in/mfernandez82/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mig82/viskit/issues"
},
"homepage": "https://github.com/mig82/viskit#readme",
"engines": {
"node": ">=7.6"
},
"engineStrict": true,
"dependencies": {
"colors": "^1.3.2",
"commander": "^2.19.0",
"find": "^0.2.9",
"fs-extra": "^7.0.1",
"lodash.differenceby": "^4.8.0",
"lodash.differencewith": "^4.5.0",
"lodash.findindex": "^4.6.0",
"lodash.forown": "^4.4.0",
"lodash.groupby": "^4.6.0",
"lodash.keys": "^4.2.0",
"lodash.pickby": "^4.6.0",
"lodash.truncate": "^4.4.2",
"object-hash": "^2.0.3",
"q": "^1.5.1",
"request": "^2.88.0",
"strman": "^2.0.1",
"unzip": "^0.1.11",
"xslt-processor": "^0.11.5"
},
"devDependencies": {
"jasmine": "^3.3.1"
}
}