-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"name": "cloudcms-util",
"version": "3.3.7",
"description": "Various Cloud CMS command line utilities. Currently supports import and export of Cloud CMS nodes or definitions",
"bin": {
"cloudcms-util": "./bin/cloudcms-util.js"
},
"keywords": [
"cloudcms",
"cloud cms"
],
"scripts": {
"test": "mocha"
},
"repository": "harrymoore/cloudcms-util",
"dependencies": {
"@rauschma/stringio": "^1.4.0",
"async": "^2.6.3",
"basic-logger": "^0.4.4",
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"cloudcms": "^0.1.13",
"command-line-args": "5.0.1",
"command-line-usage": "4.1.0",
"convert-excel-to-json": "^1.7.0",
"crypto": "^1.0.1",
"csvtojson": "^2.0.10",
"gitana": "^1.0.321",
"jsonexport": "^3.2.0",
"klaw-sync": "^6.0.0",
"load-json-file": "^4.0.0",
"mime-types": "^2.1.33",
"object-path": "^0.11.8",
"prompt-sync": "^4.2.0",
"random-string-simple": "^1.0.1",
"request": "^2.88.2",
"table": "^6.7.2",
"underscore": "^1.13.1",
"write-json-file": "^2.3.0"
},
"devDependencies": {
"chai": "^4.3.4",
"jshint": "^2.13.1",
"mocha": "^7.2.0"
},
"private": false
}