forked from CindyJS/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.61 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
{
"name": "cindyjs-website",
"version": "0.0.1",
"description": "The CindyJS web site",
"main": "gulpfile.js",
"browserslist": [
"last 2 version",
"> 2%",
"ie 11"
],
"scripts": {
"start": "gulp",
"build": "gulp dist --production"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"chalk": "^3.0.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-collect": "^0.1.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-front-matter": "^1.3.0",
"gulp-gzip": "^1.4.2",
"gulp-hbs": "^0.2.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-load-plugins": "^2.0.1",
"gulp-markdown": "^5.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.8",
"gulp4-run-sequence": "^1.0.0",
"handlebars": "^4.7.3",
"htmlparser2": "^4.0.0",
"marked": "^0.7.0",
"merge-stream": "^2.0.0",
"open": "7.0.0",
"q": "^1.5.1",
"q-io": "^1.13.6",
"rimraf": "^3.0.0",
"through2": "^3.0.1",
"validator-nu": "2.2.*",
"vinyl": "^2.2.0",
"vnu-jar": "^19.9.4",
"xtend": "^4.0.2",
"yargs": "^14.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CindyJS/website.git"
},
"author": "Martin von Gagern <[email protected]>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/CindyJS/website/issues"
},
"homepage": "https://github.com/CindyJS/website#readme",
"private": true
}