-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 994 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 994 Bytes
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
{
"name": "@tedconf/error-pages",
"version": "2.1.4",
"description": "Static error pages for TED websites.",
"author": "TED Tech",
"license": "UNLICENSED",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git@github.com:tedconf/error_pages.git"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.7",
"csswring": "^4.0.0",
"del": "^2.1.0",
"eslint": "^3.19.0",
"gulp": "^4.0.0",
"gulp-compile-handlebars": "^0.5.0",
"gulp-connect": "^5.7.0",
"gulp-front-matter": "^1.3.0",
"gulp-inline": "^0.1.0",
"gulp-markdown": "^5.0.1",
"gulp-minify-html": "^1.0.4",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-tap": "^0.1.3",
"merge-stream": "^1.0.0",
"pixrem": "^3.0.0"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"postversion": "git push && git push --tags",
"serve": "gulp serve",
"test": "eslint {src,./}{/*.js,/**/*.js}"
}
}