-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
117 lines (117 loc) · 2.74 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "gunmetal",
"description": "Gulp & Metalsmith buildtool",
"main": "index.js",
"bin": {
"gunmetal": "./bin/gmtasks.js"
},
"author": {
"email": "goranaleksic@me.com",
"name": "Goran Aleksic"
},
"version": "1.2.8",
"homepage": "https://github.com/hivearts/gunmetal",
"maintainers": [
{
"email": "goganogga@gmail.com",
"name": "hivearts"
},
{
"email": "drsinisa@hotmail.com",
"name": "Dr. Sinisa"
}
],
"contributors": [
{
"email": "goranaleksic@me.com",
"name": "Goran Aleksic"
},
{
"email": "drsinisa@hotmail.com",
"name": "Dr. Sinisa"
}
],
"license": "Apache-2.0",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/hivearts/gunmetal.git"
},
"bugs": {
"url": "https://github.com/hivearts/gunmetal/issues"
},
"dependencies": {
"autoprefixer": "^9.4.7",
"bower": "^1.7.9",
"browser-sync": "^2.14.0",
"cssnano": "^4.1.8",
"del": "^3.0.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.0",
"gulp-aigis": "^1.1.4",
"gulp-base64": "^0.1.3",
"gulp-bump": "^3.1.3",
"gulp-changed": "^3.2.0",
"gulp-cli": "^2.0.1",
"gulp-composer": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-connect-php": "1.0.3",
"gulp-csslint": "^1.0.0",
"gulp-debug": "^4.0.0",
"gulp-filenames": "^4.0.1",
"gulp-filter": "^5.1.0",
"gulp-filter-by": "^1.2.0",
"gulp-git": "^2.8.1",
"gulp-htmlsplit": "^1.1.0",
"gulp-imagemin": "^5.0.3",
"gulp-inject": "^5.0.2",
"gulp-jade": "^1.1.0",
"gulp-jade-php": "^2.0.0-0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-metalsmith-server": "^0.2.5",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.1.0",
"gulp-postcss": "^8.0.0",
"gulp-print": "^5.0.0",
"gulp-processhtml": "^1.1.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sass-glob-import": "^0.1.0",
"gulp-sass-lint": "^1.2.0",
"gulp-sitemap": "^6.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.1",
"lodash": "^4.15.0",
"minimist": "^1.2.0",
"require-dir": "^1.2.0",
"semver": "^5.3.0",
"then-jade": "^2.4.1",
"tildify": "^1.2.0",
"yamljs": "^0.3.0"
},
"devDependencies": {},
"optionalDependencies": {},
"directories": {},
"engines": {
"node": "^6.1.0",
"npm": "^3.8.3"
},
"warnings": [
{
"code": "ENOTSUP",
"pkgid": "gunmetal@0.0.6",
"required": {
"node": "^6.1.0",
"npm": "^3.8.3"
}
}
],
"scripts": {}
}