-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "mbootstrap",
"version": "1.0.0",
"private": true,
"description": "Magento-Bootstrap theme it is package fully based on Twitter Bootstrap framework.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"url": "",
"author": "MavenEcommerce Inc.",
"copyright": "2015",
"license": {
"url": "http://www.mavenecommerce.com/license.txt"
},
"repository": {
"type": "git",
"url": "[email protected]:mavenecommerce/mbootstrap.git"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-bless": "^3.0.1",
"gulp-cache": "^0.2.9",
"gulp-css-base64": "^1.3.2",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.1",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"vinyl-paths": "^1.0.0"
}
}