-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.15 KB
/
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
{
"name": "resize-image",
"version": "1.0.0",
"description": "- 이미지 리사이징 모듈\r - **promise**기반으로 되어 있기 때문에 아래와 같은 polyfill import가 필요함.\r ```html\r <!-- Automatically provides/replaces `Promise` if missing or broken. -->\r <script src=\"https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.js\"></script>\r <script src=\"https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.js\"></script>",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackMoja/resize-image.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackMoja/resize-image/issues"
},
"homepage": "https://github.com/blackMoja/resize-image#readme",
"devDependencies": {},
"dependencies": {
"parcel-bundler": "^1.12.5"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}