-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
50
{
"name": "responsive-social-buttons",
"version": "1.0.6",
"description": "Responsive social buttons with webpack.Easily customize it by tweaking a few variables. SVGs allow for tiny file size and retina support.",
"main": "dist/social-buttons.js",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.3",
"extract-text-webpack-plugin": "^2.1.0",
"github-fork-ribbon-css": "^0.2.1",
"imagemin": "^5.3.1",
"jquery": "^3.2.1",
"qrcodejs2": "^0.0.2",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"sweetalert": "^1.1.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"devDependencies": {
"fs-extra": "^3.0.1"
},
"scripts": {
"dev": "node_modules/.bin/webpack",
"github": "NODE_ENV=production node_modules/.bin/webpack",
"watch": "npm run dev -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akulubala/responsive-social-buttons.git"
},
"keywords": [
"social share buttons",
"Responsive",
"Webpack",
"Wechat",
"Weibo",
"Douban"
],
"author": "<[email protected]> (http://github.com/akulubala)",
"license": "MIT",
"bugs": {
"url": "https://github.com/akulubala/responsive-social-buttons/issues"
},
"homepage": "https://github.com/akulubala/responsive-social-buttons#readme"
}