-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
49
50
51
52
53
54
55
56
{
"name": "docker-nginx-node-python",
"version": "1.0.0",
"description": "Docker-container web boilerplate. Stack: MongoDB, uWSGI (reverse-proxy), Flask, NodeJS, AngularJS, Nginx.",
"main": "docker-compose.yml",
"scripts": {
"dev": "gulp dev",
"dockerize": "node scripts/dockerize.js",
"install": "cd app && npm install && cd ../node-api && npm install"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/kleingtm/stock-pulse.git"
},
"keywords": [
"Docker",
"MongoDB",
"Flask",
"NodeJS",
"Python",
"AngularJS",
"Nginx"
],
"author": "Tom Kleingers",
"license": "ISC",
"homepage": "https://github.com/kleingtm/docker-nginx-node-python",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-flatten": "^0.3.0",
"gulp-imagemin": "^3.0.2",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-nodemon": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-using": "^0.1.1",
"gulp-watch": "^4.3.8",
"imagemin-pngquant": "^5.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"shelljs": "^0.7.0"
}
}