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
|
{
"author": "startx",
"license": "BSD",
"bugs": {
"url": "https://github.com/startxfr/docker-images/issues"
},
"private": true,
"dependencies": {
"express": "3.20.2",
"body-parser": "~1.12.3"
},
"description": "docker template for nodejs app running on fedora linux)",
"version": "0.0.1",
"name": "startx-nodejs-server",
"keywords": [
"nodejs",
"container",
"docker",
"startx"
],
"repository": {
"type": "git",
"url": "https://github.com/startxfr/docker-images.git"
},
"scripts": {
"test": "app.js"
},
"main": "app.js"
}
|