forked from fsspencer/magento-gulp-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 910 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-gulp-package",
"version": "1.0.1",
"description": "This is a simple skin package for Magento 1 to let you implement the following features to make you able use a quicker and fancy method of coding.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Francis S. Spencer",
"license": "GNU",
"devDependencies": {
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.5.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.3",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3"
},
"keywords": [
"extension",
"magento",
"codealist",
"fsspencer",
"sass",
"gulp",
"js"
]
}