-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
{
"name": "openwines.eu",
"description": "openwines.eu static website",
"main": "build.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/OpenWines/openwines.github.io"
},
"author": "Ronan Guilloux <ronan.guilloux@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenWines/openwines.github.io/issues"
},
"homepage": "http://openwines.eu",
"dependencies": {
"lodash": "~3.6.0",
"gulp-util": "~3.0.1",
"through": "~2.3.4"
},
"devDependencies": {
"chai": "~1.9.0",
"del": "^1.1.1",
"finalhandler": "^0.3.4",
"gray-matter": "^1.3.0",
"gulp": "^3.8.11",
"gulp-cache": "^0.2.8",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.3",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.0.1",
"gulp-imagemin": "^2.2.1",
"gulp-lb-include": "^0.3.1",
"gulp-less": "^3.0.3",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^1.1.0",
"gulp-minify-html": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-rename": "^1.2.0",
"gulp-sitemap": "^2.0.2",
"gulp-ssg": "^2.0.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-wrap": "^0.11.0",
"hogan.js": "^3.0.2",
"mocha": "~2.0.1",
"mversion": "^1.6.1",
"node-notifier": "^4.2.1",
"open": "0.0.5",
"path": "^0.11.14",
"serve-static": "^1.9.2"
},
"engines": {
"node": ">=0.9"
}
}