forked from thelevicole/stripe-gradient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 887 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": "aurora-gradient",
"version": "0.0.11",
"description": "A forked version of thelevicole/stripe-gradient adapted for TypeScript",
"main": "lib/index.js",
"files": [
"lib/*"
],
"keywords": [
"stripe",
"gradient",
"canvas",
"animation"
],
"browserslist": [
"last 3 version",
"> 1%",
"ie 11"
],
"repository": {
"type": "git",
"url": "git+/~https://github.com/awinogrodzki/aurora-gradient.git"
},
"author": {
"name": "Amadeusz Winogrodzki",
"email": "amadeusz.winogrodzki@gmail.com"
},
"bugs": {
"url": "/~https://github.com/awinogrodzki/aurora-gradient/issues"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.12.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"scripts": {
"build:browser": "rollup -c rollup.config.js",
"build": "tsc"
}
}