-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "magento-boilerplate",
"version": "3.0.22",
"description": "A boilerplate project for creating beautiful sites using Magento, powered by Foundation 5.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/webcomm/magento-boilerplate.git"
},
"author": "Webcomm <[email protected]> (http://webcomm.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webcomm/magento-boilerplate/issues"
},
"homepage": "https://github.com/webcomm/magento-boilerplate",
"dependencies": {
"browser-sync": "^2.6.0",
"del": "^1.1.1",
"font-awesome": "^4.4.0",
"foundation-sites": "^5.5.2",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.8.1",
"gulp-notify": "^2.2.0",
"gulp-rev": "^5.0.1",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"merge-stream": "^0.1.8",
"run-sequence": "^1.1.1",
"temp-write": "^1.1.0",
"underscore": "^1.8.2"
}
}