-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·78 lines (78 loc) · 1.63 KB
/
package.json
File metadata and controls
executable file
·78 lines (78 loc) · 1.63 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@oraclecc/dcu",
"version": "1.9.0",
"description": "Development tools for Oracle Commerce Cloud.",
"main": "index.js",
"bin": {
"ccc": "./dcuIndex.js",
"dcu": "./dcuIndex.js",
"ccw": "./ccwIndex.js",
"ccproxy": "./ccProxyIndex.js",
"plsu": "./plsuIndex.js"
},
"dependencies": {
"bluebird": "3.4.6",
"chalk": "1.1.3",
"clear": "0.0.1",
"colors": "1.1.2",
"commander": "2.9.0",
"compare-versions": "3.0.1",
"dateformat": "2.0.0",
"dialog": "0.2.0",
"dustjs-helpers": "1.7.3",
"dustjs-linkedin": "2.7.5",
"enumify": "1.0.4",
"figlet": "1.2.0",
"filehound": "1.16.3",
"filewatcher": "3.0.0",
"hoxy": "^3.3.1",
"inquirer": "1.1.0",
"mkdirp": "0.5.1",
"mock-require": "2.0.2",
"node-rest-client": "2.0.1",
"node-zip": "1.1.1",
"os-locale": "2.0.0",
"pem": "1.14.2",
"ps-list": "4.0.0",
"remove": "0.1.5",
"sanitize-filename": "1.6.1",
"tmp": "0.0.31",
"unzipper": "^0.9.7",
"upath": "0.2.0",
"username": "2.3.0",
"xregexp": "3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oracle-commerce-cloud/Design-Code-Utility.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"private": true,
"tags": [
"oracle-commerce-cloud",
"DesignCodeUtility",
"commerce-cloud",
"oracle",
"occ",
"cli",
"dcu",
"ccw",
"ccc",
"ccproxy",
"plsu"
],
"keywords": [
"oracle-commerce-cloud",
"DesignCodeUtility",
"commerce-cloud",
"oracle",
"occ",
"cli",
"dcu",
"ccw",
"ccc",
"ccproxy",
"plsu"
]
}