-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.06 KB
/
package.json
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
{
"name": "@clysema/create-controller-app",
"version": "0.0.6",
"description": "[![npm (scoped)](https://img.shields.io/npm/v/@clysema/create-controller-app.svg)](https://www.npmjs.com/package/@clysema/create-controller-app) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@clysema/create-controller-app.svg)](https://www.npmjs.com/package/@clysema/create-controller-app)",
"main": "./lib/cca.js",
"bin": {
"create-controller-app": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Víctor Navarro <[email protected]> (https://clysema.com)",
"license": "MIT",
"dependencies": {
"command-line-usage": "^5.0.5",
"prompt": "^1.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ingeniadevteam/create-controller-app.git"
},
"bugs": {
"url": "https://github.com/ingeniadevteam/create-controller-app/issues"
},
"homepage": "https://github.com/ingeniadevteam/create-controller-app#readme"
}