forked from felixrieseberg/responsive-images-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 866 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
34
{
"name": "responsive-images-generator2",
"version": "0.2.5",
"description": "Generate responsive images",
"main": "index.js",
"scripts": {
"lint": "standard",
"unit": "mocha",
"fix": "standard --fix",
"test": "npm run lint && npm run unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felixrieseberg/responsive-images-generator.git"
},
"keywords": [
"Responsive"
],
"author": "Felix Rieseberg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/felixrieseberg/responsive-images-generator/issues"
},
"homepage": "https://github.com/felixrieseberg/responsive-images-generator#readme",
"dependencies": {
"debug": "4.1.1",
"rename": "1.0.4",
"sharp": "0.23.4"
},
"devDependencies": {
"mocha": "7.0.0",
"standard": "14.3.1"
}
}