-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
29 lines (29 loc) · 894 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
{
"name": "Sizer-Soze-frontend",
"description": "Sizer Soze is a web tool that analyzes your given website with non-optimized images and how much you could save using responsive images",
"version": "1.0.0",
"homepage": "https://sizersoze.org/",
"repository": {
"type": "git",
"url": "git://github.com/ResponsiveImagesCG/Sizer-Soze-frontend.git"
},
"bugs": {
"url": "https://github.com/ResponsiveImagesCG/Sizer-Soze-frontend/issues"
},
"scripts": {
"postinstall": "bower install"
},
"devDependencies": {
"bower": "~1.3.3",
"grunt": "~0.4.4",
"matchdep": "~0.3.0",
"grunt-contrib-compass": "~0.7.2",
"request": "~2.34.0",
"grunt-grunticon": "~1.2.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-modernizr": "0.5.2"
}
}