-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1021 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
35
36
37
38
39
40
41
{
"name": "image-square-resizer",
"version": "1.0.0",
"description": "js-utility for crop and resize image",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiyazY/image-square-resizer.git"
},
"keywords": [
"js",
"image",
"resize"
],
"author": "Diyaz",
"license": "ISC",
"bugs": {
"url": "https://github.com/DiyazY/image-square-resizer/issues"
},
"homepage": "https://github.com/DiyazY/image-square-resizer#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.7",
"html-webpack-plugin": "^2.29.0",
"pug": "^2.0.0-rc.2",
"pug-loader": "^2.3.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.5.1",
"webpack-preset": "^0.2.0",
"webpack-preset-babel": "^0.2.0",
"webpack-preset-babel-stage-3": "^0.2.0"
},
"dependencies": {
"style-loader": "^0.19.0"
}
}