This repository was archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "maw-html2",
"homepage": "http://localhost:8000",
"title": "Garden Starter Kit",
"description": "Set de base pour les projets Garden statiques.",
"version": "2.0.0-beta1",
"dependencies": {
"jquery": "^3.4.1",
"requirejs": "^2.1.22",
"underscore": "^1.8.3"
},
"scripts": {
"build": "gulp build",
"live": "gulp live"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"browser-sync": "^2.9.10",
"del": "^2.0.2",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-lesshint": "^1.0.0",
"gulp-marked": "^1.0.0",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-prettify": "^0.3.0",
"gulp-scss-lint": "^0.3.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylint": "^3.0.0",
"gulp-stylus": "^2.1.0",
"gulp-twig": "^0.4.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"gulp-wrapper": "^1.0.0",
"highlight.js": "^8.9.1",
"jshint-stylish": "^2.0.1",
"kss": "^2.1.1",
"lazypipe": "^1.0.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"underscore": "^1.8.3"
}
}