-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "hyzhak.github.com-source",
"version": "0.2.0",
"description": "personal projects of Eugene Krevenets",
"main": "index.js",
"scripts": {
"start": "gulp build",
"test": "echo \"Doesn't have tests yet!\""
},
"repository": {
"type": "git",
"url": "https://github.com/hyzhak/hyzhak.github.com-source.git"
},
"keywords": [
"portfolio",
"hyzhak",
"my projects"
],
"author": "Eugene Krevenets <[email protected]> (hyzhak.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyzhak/hyzhak.github.com-source/issues"
},
"homepage": "https://github.com/hyzhak/hyzhak.github.com-source",
"devDependencies": {
"bootswatch": "https://github.com/thomaspark/bootswatch/archive/v3.3.4+1.tar.gz",
"del": "^1.2.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-debug": "^2.0.1",
"gulp-extname": "^0.2.0",
"gulp-front-matter": "^1.2.3",
"gulp-imagemin": "^2.2.1",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.1",
"gulpsmith": "^0.5.3",
"imagemin-jpegtran": "^4.2.0",
"jade": "^1.10.0",
"metalsmith": "^1.7.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "0.0.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-templates": "^0.7.0"
},
"dependencies": {
"debug": "^2.2.0",
"lodash": "^3.9.3",
"marked": "^0.3.3",
"q": "^1.4.1",
"request-promise": "^0.4.2"
}
}