-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "fizzy.school",
"version": "1.0.0",
"description": "_Lessons in JavaScript for anyone writing jQuery_. Site source.",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-front-matter": "^1.3.0",
"gulp-hb": "^6.0.2",
"gulp-markdown": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-serve": "^1.4.0",
"gulp-uglify": "^3.0.0",
"handlebars-layouts": "^3.1.4",
"highlight.js": "^9.12.0",
"transfob": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf build && npx gulp",
"dev": "npx gulp dev",
"deploy": "netlify deploy --dir=build",
"deployProd": "netlify deploy --dir=build --prod"
},
"keywords": [],
"author": "David DeSandro",
"license": "MIT",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/metafizzy/fizzy.school.git"
},
"bugs": {
"url": "https://github.com/metafizzy/fizzy.school/issues"
},
"homepage": "https://fizzy.school"
}