-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "gifster",
"version": "0.2.3",
"description": "Chrome extension to record .gif animations",
"main": "background.js",
"scripts": {
"dev": "webpack --config webpack.dev.config.js",
"prod": "webpack --config webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickbullock/gifster.git"
},
"keywords": [
"gif",
"animation",
"record",
"gifster"
],
"author": "Nikita Balakirev",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickbullock/gifster/issues"
},
"homepage": "https://github.com/nickbullock/gifster#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.1.0",
"css-loader": "^0.28.7",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^3.6.0",
"webpack-clear-console": "^1.0.3",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"file-saver": "^1.3.3",
"gif.js": "^0.2.0",
"jquery": "^3.2.1",
"jquery-ui-dist": "^1.12.1",
"tooltip.js": "^1.1.7"
}
}