-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
39
40
41
42
43
44
45
46
47
48
{
"name": "node-dockervolumes",
"version": "1.0.0",
"description": "node.js application with docker container sharing volumes from other docker data container.",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fahidnasir/node-dockervolumes.git"
},
"keywords": [
"node",
"nodejs",
"http",
"docker",
"container",
"data-container",
"sharing",
"volumes"
],
"author": "Fahid Nasir",
"license": "MIT",
"bugs": {
"url": "https://github.com/fahidnasir/node-dockervolumes/issues"
},
"homepage": "https://github.com/fahidnasir/node-dockervolumes#readme",
"dependencies": {
"body-parser": "~1.17.1",
"bootstrap": "^3.3.7",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"mkdirp": "^0.5.1",
"morgan": "~1.8.1",
"path": "^0.12.7",
"pug": "~2.0.0-beta11",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}