-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 959 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 959 Bytes
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
{
"name": "ce-sdkifier",
"version": "0.10.1",
"description": "A command line utility for generating Javascript and Typescript SDKs for Cloud Elements",
"main": "src/core/sdkifier.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sdkifier": "src/cli/sdkifier.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-elements/ce-sdkifier.git"
},
"homepage": "https://github.com/cloud-elements/ce-sdkifier",
"contributors": [
"Rick Rothenberg",
"Jamie Thorson"
],
"keywords": [
"cloud elements",
"sdk",
"typescript",
"javascript"
],
"license": "MIT",
"dependencies": {
"colors": "^1.3.2",
"commander": "^2.15.1",
"js-beautify": "^1.5.1",
"jshint": "^2.9.6",
"lodash": "^4.17.11",
"mustache": "2.2.1",
"pluralize": "^7.0.0",
"promptly": "^3.0.3",
"superagent": "^3.8.2",
"typescript": "^3.0.1"
}
}