forked from dweeves/magmi-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 849 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
{
"name": "dweeves/magmi",
"description": "Magento Mass Importer",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dweeves/magmi-git.git"
},
"author": "Sebastien Bracquemont",
"license": "MIT License",
"bugs": {
"url": "https://github.com/dweeves/magmi-git/issues"
},
"homepage": "http://sourceforge.net/projects/magmi/",
"devDependencies": {
"bootstrap": "^4.0.0-beta",
"browser-sync": "^2.18.13",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.8.0",
"gulp-csscomb": "^3.0.8",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.5",
"sass-convert": "^0.5.2"
}
}