-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 Bytes
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
{
"name": "sideways-raf",
"version": "1.0.0",
"description": "JavaScript Animation Library",
"type": "module",
"main": "dist/raf.js",
"module": "dist/raf.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sidewayss/rAF.git"
},
"keywords": [
"JavaScript",
"animation"
],
"author": "Sideways S.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sidewayss/rAF/issues"
},
"homepage": "https://github.com/sidewayss/rAF#readme",
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"babel-plugin-private-to-public": "^1.0.1"
}
}