-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "vq-labs",
"version": "1.0.0",
"description": "Web page content for the vqmarketplace.com",
"main": "app.js",
"dependencies": {
"body-parser": "~1.14.2",
"compression": "~1.6.1",
"cors": "~2.7.1",
"ejs": "~2.3.4",
"express": "~4.13.4",
"express-ejs-layouts": "~2.0.0",
"express-minify": "~0.2.0",
"gulp-ejs": "^2.3.0",
"gulp-file-include": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"dotenv": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-file-include": "^1.2.0",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.2.0",
"gulp-live-server": "0.0.31",
"gulp-minify-ejs": "^1.0.3",
"gulp-replace": "^0.5.4",
"gulp-replace-task": "^0.11.0",
"gulp-watch": "^4.3.11",
"run-sequence": "^2.2.0",
"s3-deploy": "^0.8.0"
},
"scripts": {
"start": "node ./node_modules/gulp/bin/gulp.js run",
"build": "node ./node_modules/gulp/bin/gulp.js build",
"aws-config": "source ~/.bash_profile"
},
"repository": {
"type": "git",
"url": "https://github.com/vq-labs/vqmarketplace.com"
},
"author": "VQ LABS",
"license": "UNLICENCED",
"engines": {
"node": "~8.3.0",
"npm": "~5.6.0"
}
}