moh1456's picture
Upload 27 files
c0dce6d verified
raw
history blame contribute delete
871 Bytes
{
"name": "@thelevicole/stripe-gradient",
"version": "1.0.0",
"description": "A reverse engineered, and simplified javascript library to replicate the animated Stripe gradients.",
"main": "dist/stripe-gradient.js",
"keywords": [
"stripe",
"gradient",
"canvas",
"animation"
],
"browserslist": [
"last 3 version",
"> 1%",
"ie 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thelevicole/stripe-gradient.git"
},
"author": {
"name": "Levi Cole",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/thelevicole/stripe-gradient/issues"
},
"homepage": "https://thelevicole.com/stripe-gradient/",
"devDependencies": {
"laravel-mix": "^6.0.43"
},
"scripts": {
"build": "mix --production",
"watch": "mix --production -- --watch --progress"
}
}