-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
35 lines (35 loc) · 931 Bytes
/
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
{
"name": "magento-2-gulp",
"version": "1.2.1",
"description": "Generating stylesheets for Magento 2 with gulp",
"homepage": "https://github.com/subodha/magento-2-gulp#readme",
"license": "GPL-3.0",
"author": "Subodha Pathiraja",
"contributors": [
{
"name": "Subodha Pathiraja"
},
{
"name": "Sebastian Hartmann"
},
{
"name": "Simon Sippert"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/subodha/magento-2-gulp.git"
},
"main": "gulpfile.js",
"devDependencies": {
"colors": "^1.4.0",
"gulp": "^4.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-livereload": "^4.0.2",
"gulp-sourcemaps": "^1.12.1",
"gulp-svg-sprites": "^4.1.2",
"underscore": "^1.13.1"
}
}