-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 1.18 KB
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 1.18 KB
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
{
"name": "Responsive Image Breakpoints Generator",
"description": "The Responsive Breakpoints Generator enables you to interactively upload your images and define settings to find matching image dimensions that fit in your graphic design requirements.",
"version": "1.0",
"author": "Cloudinary",
"license": "MIT",
"homepage": "http://www.responsivebreakpoints.com/",
"repository": {
"type": "git",
"url": "https://github.com/cloudinary/responsive_breakpoints_generator"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"grunt": "^0.4.5",
"grunt-browser-sync": "2.1.3",
"grunt-cli": "0.1.13",
"grunt-combine-media-queries": "1.0.19",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-watch": "0.6.1",
"grunt-csscomb": "3.0.1",
"grunt-newer": "1.1.1",
"grunt-notify": "0.4.1",
"grunt-pngmin": "1.0.2",
"grunt-postcss": "^0.5.5",
"grunt-sass": "^1.0.0",
"grunt-sftp-deploy": "0.2.4",
"grunt-svg2string": "0.1.6",
"grunt-svgmin": "^2.0.1",
"grunt-svgstore": "0.5.0",
"load-grunt-tasks": "3.2.0"
}
}