-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "metafizzy.co",
"version": "2.2.0",
"description": "Metafizzy site",
"main": "gulpfile.js",
"dependencies": {
"draggabilly": "^2.1.0",
"flickity": "^2.0.0",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^5.1.0",
"gulp-front-matter": "^1.3.0",
"gulp-hb": "^7.0.1",
"gulp-jshint": "^2.1.0",
"gulp-markdown": "^3.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.1",
"handlebars": "^4.7.6",
"highlight.js": "^10.4.1",
"huebee": "^1.0.0",
"infinite-scroll": "^3.0.0",
"isotope-layout": "^3.0.1",
"jshint": "^2.9.7",
"merge2": "^1.2.3",
"moment": "^2.23.0",
"normalize.css": "^4.2.0",
"packery": "^2.1.1",
"transfob": "^1.0.0"
},
"devDependencies": {
"gulp-serve": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx gulp dev",
"build": "npx gulp",
"deploy": "netlify deploy --dir=build"
},
"repository": {
"type": "git",
"url": "git://github.com/metafizzy/metafizzy.co.git"
},
"author": "Metafizzy",
"private": true,
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/metafizzy/metafizzy.co/issues"
},
"homepage": "https://metafizzy.co"
}