forked from bbachi/docker-multibuild-example
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 670 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 670 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
{
"name": "docker-multibuild-example",
"version": "1.0.0",
"description": "demonstration for docker multistage builds",
"main": "index.js",
"scripts": {
"test":"mocha --ui tdd index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbachi/docker-multibuild-example.git"
},
"keywords": [
"Angular",
"Docker"
],
"author": "Ram N Sangwan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sangwan70/docker-multibuild-example/issues"
},
"homepage": "https://github.com/Sangwan70/docker-multibuild-example#readme",
"dependencies": {
"express": "^4.17.1"
}
}