This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·68 lines (68 loc) · 1.8 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
59
60
61
62
63
64
65
66
67
68
{
"name": "fragment_builder",
"version": "2.0.3",
"description": "Prototyping and webdesign tool",
"repository": {
"type": "git",
"url": "git://github.com/mistergraphx/Fragments_builder.git"
},
"author": {
"name": "Arnaud Bérard",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mistergraphx/Fragments_builder/issues"
},
"engines": {
"node": ">=6.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp-cache": "^0.4.5",
"gulp-cached": "^1.1.1",
"gulp-changed": "^1.3.2",
"gulp-image-resize": "^0.13.0",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^2.2.0",
"gulp-path": "^3.0.3",
"gulp-size": "^2.1.0",
"gulp-util": "^3.0.7",
"lazypipe": "^1.0.1",
"through2-spy": "^2.0.0"
},
"dependencies": {
"autoprefixer": "^9.4.8",
"browser-sync": "^2.26.3",
"clean-css": "^4.2.1",
"css-mqpacker": "^7.0.0",
"doiuse": "^4.2.0",
"font-blast": "^0.7.0",
"fs-readdir-recursive": "^1.1.0",
"gray-matter": "^4.0.2",
"gulp": "^3.9.1",
"gulp-bundle-assets": "latest",
"gulp-clean-css": "^3.10.0",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^5.0.0",
"gulp-mjml": "^3.0.0",
"gulp-nav": "^0.3.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-purge-sourcemaps": "git+https://github.com/mistergraphx/gulp-purge-sourcemaps.git",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.3",
"gulp-svg-sprites": "^4.1.2",
"htmlmin": "0.0.7",
"lodash.assignin": "^4.2.0",
"marked": "^0.6.0",
"minimist": "^1.2.0",
"node-sass": "^4.11.0",
"nunjucks": "^3.1.7",
"plugin-error": "^1.0.1",
"slug": "^1.0.0",
"stylelint-config-standard": "^18.2.0",
"through2": "^3.0.0"
}
}