-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 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
31
32
33
{
"name": "@dhdbstjr98/gif.js",
"version": "1.0.2",
"description": "gif.js without gif.worker.js",
"main": "src/index.js",
"browser": "dist/gif.js",
"scripts": {
"build": "webpack --env gif.worker.js && webpack --env gif.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhdbstjr98/gif.js.git"
},
"keywords": [
"gif"
],
"author": "dhdbstjr98",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhdbstjr98/gif.js/issues"
},
"homepage": "https://github.com/dhdbstjr98/gif.js#readme",
"dependencies": {
"buffer": "^6.0.3",
"events": "^3.3.0"
},
"devDependencies": {
"raw-loader": "^4.0.2",
"stream-browserify": "^3.0.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
}
}