-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 739 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
{
"name": "create-ic-app",
"version": "0.2.1",
"description": "<img height=160 src=\"https://sdk.dfinity.org/_/img/logo.svg\" />",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-ic-app": "index.js"
},
"files": [
"index.js",
"template-*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MioQuispe/create-ic-app.git"
},
"author": "Mio Quispe",
"license": "ISC",
"bugs": {
"url": "https://github.com/MioQuispe/create-ic-app/issues"
},
"homepage": "https://github.com/MioQuispe/create-ic-app#readme",
"dependencies": {
"enquirer": "^2.3.6",
"kolorist": "^1.4.1",
"minimist": "^1.2.5"
}
}