forked from codrops/BackgroundScaleHoverEffect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 802 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
{
"name": "BackgroundScaleHoverEffect",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html --open",
"clean": "rm -rf dist/*",
"build:parcel": "parcel build src/index.html --no-minify --no-source-maps --public-url ./",
"build": "npm run clean && npm run build:parcel"
},
"repository": {
"type": "git",
"url": "git://github.com/codrops/BackgroundScaleHoverEffect.git"
},
"keywords": [],
"author": "Codrops",
"license": "MIT",
"homepage": "https://tympanus.net/Development/BackgroundScaleHoverEffect/",
"bugs": {
"url": "https://github.com/codrops/BackgroundScaleHoverEffect/issues"
},
"dependencies": {
"gsap": "^3.2.4",
"imagesloaded": "^4.1.4",
"parcel-bundler": "^1.12.4"
}
}