forked from CindyJS/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.64 KB
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
{
"name": "cindyjs-website",
"version": "0.0.1",
"description": "The CindyJS web site",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp dist --production"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"chalk": "^1.1.1",
"download": "^4.4.3",
"express": "^4.13.3",
"glob": "^6.0.1",
"grunt-cli": "^0.1.13",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-collect": "^0.1.0",
"gulp-concat": "^2.5.2",
"gulp-data": "^1.2.1",
"gulp-extname": "^0.2.0",
"gulp-front-matter": "^1.3.0",
"gulp-gzip": "^1.2.0",
"gulp-hbs": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.1.0",
"gulp-markdown": "^1.2.0",
"gulp-minify-css": "^1.2.1",
"gulp-newer": "^1.1.0",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"htmlparser2": "^3.9.0",
"marked": "^0.3.6",
"merge-stream": "^1.0.0",
"open": "0.0.5",
"q": "^1.4.1",
"q-io": "^1.13.1",
"rimraf": "^2.4.4",
"run-sequence": "^1.1.0",
"through2": "^2.0.0",
"touch": "^1.0.0",
"validator-nu": "^2.1.5",
"vinyl": "^1.1.0",
"xtend": "^4.0.1",
"yargs": "^3.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CindyJS/website.git"
},
"author": "Martin von Gagern <gagern@ma.tum.de>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/CindyJS/website/issues"
},
"homepage": "https://github.com/CindyJS/website#readme",
"private": true
}