-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
29
30
31
32
33
34
35
36
37
38
{
"name": "myfirebase-cli",
"version": "0.1.18",
"description": "A simple CLI for creating Myfirebase project",
"preferGlobal": true,
"bin": {
"myfirebase": "bin/myfirebase.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myfirebase/myfirebase-cli.git"
},
"author": "Amrani Houssain",
"license": "MIT",
"bugs": {
"url": "https://github.com/myfirebase/myfirebase-cli/issues"
},
"homepage": "https://github.com/myfirebase/myfirebase-cli#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"download-git-repo": "^1.0.1",
"ejs": "^2.5.7",
"figlet": "^1.2.0",
"fs": "0.0.1-security",
"inquirer": "^3.2.2",
"ncp": "^2.0.0",
"ora": "^1.3.0",
"tildify": "^1.2.0",
"user-home": "^2.0.0"
}
}