This repository was archived by the owner on Jan 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.55 KB
/
package.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.55 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
{
"name": "contentstack-cli",
"version": "3.0.2",
"description": "Built.io Contentstack Command Line Interface(CLI).",
"main": "index.js",
"bin": {
"contentstack": "./bin/index.js"
},
"author": {
"name": "Built.io Contentstack",
"url": "https://www.built.io/"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"dependencies": {
"async": "2.1.4",
"commander": "2.9.0",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"ncp": "2.0.0",
"prompt": "1.0.0",
"q": "1.4.1",
"request": "2.79.0",
"resolve": "1.1.7"
},
"gitHead": "dbb1c0d1db521546f8a39059a0f1e4001c007881",
"_id": "contentstack-cli@3.0.0",
"scripts": {},
"_shasum": "5df6f40d007af1a13c00629afd7e05119928eabd",
"_from": "contentstack-cli@*",
"_npmVersion": "2.15.0",
"_nodeVersion": "4.4.2",
"_npmUser": {
"name": "hiteshbal",
"email": "hitesh.baldaniya@raweng.com"
},
"dist": {
"shasum": "5df6f40d007af1a13c00629afd7e05119928eabd",
"tarball": "https://registry.npmjs.org/contentstack-cli/-/contentstack-cli-3.0.0.tgz"
},
"maintainers": [
{
"name": "hiteshbal",
"email": "hitesh.baldaniya@raweng.com"
},
{
"name": "mynk",
"email": "mayank@raweng.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/contentstack-cli-3.0.0.tgz_1466413733832_0.051740668481215835"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/contentstack-cli/-/contentstack-cli-3.0.0.tgz",
"readme": "ERROR: No README data found!"
}