-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 818 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 818 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
{
"name": "dockerize-it",
"version": "1.0.3",
"description": "Dockerize your application just my running our package",
"main": "index.js",
"scripts": {
"dockerize": "node index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justengineers/dockerize.git"
},
"keywords": [
"npm",
"docker",
"aws"
],
"author": "Adele Calvo, Annette Lin, Jinsung Park, Kia Colbert",
"license": "MIT",
"bin": {
"dockerize-it": "bin/dockerize-it"
},
"bugs": {
"url": "https://github.com/justengineers/dockerize/issues"
},
"homepage": "https://github.com/justengineers/dockerize#readme",
"dependencies": {
"chalk": "^2.4.2",
"figlet": "^1.2.1",
"inquirer": "^6.2.2",
"jest": "^24.5.0",
"minimist": "^1.2.0"
}
}