-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 994 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
{
"name": "@wizpanda/super-gif",
"version": "0.0.6",
"description": "GIF parser & player in Typescript to work with node_modules (converted from https://github.com/buzzfeed/libgif-js)",
"main": "dist/super-gif.js",
"type": "dist/super-gif.d.ts",
"scripts": {
"build": "tsc",
"preversion": "git add CHANGELOG.md",
"version": "npm run build",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wizpanda/super-gif.git"
},
"keywords": [
"gif",
"typescript",
"javascript",
"angular"
],
"author": "Shashank Agrawal",
"license": "MIT",
"bugs": {
"url": "https://github.com/wizpanda/super-gif/issues"
},
"homepage": "https://github.com/wizpanda/super-gif#readme",
"devDependencies": {
"typescript": "^3.0.1"
}
}