-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "StoreFront",
"version": "1.3.0",
"description": "StoreFront - Demo Storefront for the ottemo platform",
"repository": {
"type": "git",
"url": "git://github.com/ottemo/storefront.git"
},
"devDependencies": {
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"connect-modrewrite": "^0.8.1",
"del": "^0.1.2",
"express": "^4.12.3",
"glob": "^7.0.5",
"glob-array": "^0.1.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^1.0.0",
"gulp-clean-css": "^2.0.4",
"gulp-concat": "^2.5.2",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-inline-css": "^3.0.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-rev-all": "^0.8.18",
"gulp-sass": "*",
"gulp-sourcemaps": "1.6.0",
"gulp-tap": "^0.1.3",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.1.0",
"md5": "^2.1.0",
"run-sequence": "^1.1.0",
"siphon-media-query": "^1.0.0",
"through2": "^2.0.1",
"yargs": "^3.26.0"
}
}