-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.02 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "bitcoin-lightning",
"version": "1.0.0",
"description": "",
"main": "index.js",
"authors": [
],
"contact-email": "[email protected]",
"api": "https://masternodes.online/currencies/BLTG",
"license": "ISC",
"private": true,
"scripts": {
"push-git": "git add -A && git commit -m'github commit' && git push origin master",
"deploy": "git reset --hard HEAD && git pull origin master && gulp && pm2 restart server "
},
"dependencies": {
"jquery": "^3.3.1",
"normalize.scss": "*"
},
"engines": {
"node": ">=4.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"body-parser": "^1.18.2",
"browser-sync": "^2.14.0",
"browserify": "^16.1.0",
"compression": "^1.7.1",
"critical": "^1.1.0",
"del": "^2.2.2",
"eslint-config-es2015": "^1.1.0",
"express": "^4.16.2",
"github-webhook-middleware": "0.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "latest",
"gulp-babel-minify": "^0.3.0",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^2.4.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.1",
"gulp-load-plugins": "^1.2.4",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"http-proxy-middleware": "^0.17.1",
"lodash": "^4.15.0",
"nodemailer": "^4.6.0",
"path": "^0.12.7",
"sass-module-importer": "^1.4.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.10.0",
"webpack": "^4.0.0",
"wrench": "^1.5.9"
}
}