-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.67 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.67 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
{
"name": "gena",
"version": "0.3.0",
"description": "Gena - a static web site generator",
"main": false,
"repository": "git+https://github.com/60devs/gena.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gena": "./bin/gena.js"
},
"author": "Oleksii Rudenko",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.14",
"connect-ssi": "^1.1.0",
"front-matter": "^1.0.0",
"fs-extra": "^0.22.1",
"glob": "^5.0.10",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-foreach": "^0.1.0",
"gulp-front-matter": "^1.2.2",
"gulp-gh-pages": "^0.5.0",
"gulp-html-minifier": "^0.1.6",
"gulp-ignore": "^1.2.1",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^1.0.0",
"gulp-open": "^0.3.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-rss": "git://github.com/zackbloom/gulp-rss.git",
"gulp-rsync": "0.0.5",
"gulp-sitemap": "^2.0.2",
"gulp-sort": "^1.0.1",
"gulp-static-handlebars": "^1.1.0",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.5",
"gulp-vcl-preprocessor": "^0.1.0",
"gulp-watch": "^4.2.4",
"handlebars": "^3.0.0",
"handlebars-intl": "^1.1.1",
"handlebars-layouts": "^1.1.0",
"html-entities": "^1.2.0",
"intl": "^0.1.4",
"js-yaml": "^3.2.7",
"jspm": "^0.16.0",
"lodash": "^3.5.0",
"merge-stream": "^0.1.7",
"minimist": "^1.2.0",
"request": "^2.58.0",
"require-dir": "^0.1.0",
"rimraf": "^2.3.2",
"run-sequence": "^1.0.2"
},
"devDependencies": {}
}