-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 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
{
"name": "blaze-components",
"version": "1.1.0",
"description": "A set of reusable front end components",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.7.3",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-git": "^2.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-strip-debug": "^1.1.0",
"gulp-styledown": "0.0.2",
"gulp-uglify": "^2.0.1",
"imagemin-jpegoptim": "^5.0.0",
"postcss-assets": "^4.1.0",
"sassdoc": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": ""
}