-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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": "zodial.app",
"version": "1.0.0",
"description": "Horoscope app thingy",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"postinstall": "gulp build",
"dev": "nodemon ./bin/www"
},
"author": "Scott Byrne",
"license": "UNLICENSED",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-minify-html": "^0.12.0",
"express-nunjucks": "^2.2.3",
"got": "^8.3.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-csso": "^3.0.1",
"gulp-image": "^4.3.0",
"gulp-include": "^2.3.1",
"gulp-inline-source": "^3.1.0",
"gulp-plumber": "^1.2.0",
"gulp-real-favicon": "^0.3.0",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-webmake": "0.0.41",
"jquery": "^3.3.1",
"memory-cache": "^0.2.0",
"morgan": "^1.9.0",
"npm": "^6.1.0",
"nunjucks": "^3.1.3",
"path": "^0.12.7",
"rimraf": "^2.6.2",
"three": "^0.92.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}