-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "Ultimo",
"version": "0.9.8",
"description": "Ultimo - Demo Storefront for the ottemo platform",
"repository": {
"type": "git",
"url": "git://github.com/ottemo/ultimo.git"
},
"devDependencies": {
"chalk": "^1.1.1",
"connect-modrewrite": "^0.8.1",
"del": "^0.1.2",
"express": "^4.12.3",
"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": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"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",
"yargs": "^3.26.0"
}
}