-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 904 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
{
"name": "canvas-image-interaction",
"version": "1.0.0",
"description": "using canvas to create amazing hover effect",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"clean": "rm -rf dist/*",
"build:parcel": "parcel build src/index.html --no-content-hash --no-minify --no-source-maps --public-url ./",
"build": "npm run clean && npm run build:parcel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devloop01/canvas-image-interaction.git"
},
"keywords": [
"canvas",
"hover",
"effect"
],
"author": "Sikriti Dakua",
"license": "ISC",
"bugs": {
"url": "https://github.com/devloop01/canvas-image-interaction/issues"
},
"homepage": "https://github.com/devloop01/canvas-image-interaction#readme",
"dependencies": {
"css": "^3.0.0",
"gsap": "^3.4.1",
"parcel-bundler": "^1.12.4"
},
"devDependencies": {
"sass": "^1.26.10"
}
}