forked from olahol/react-social
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "react-social-kr",
"version": "1.1.9",
"description": "React social buttons and counts for Facebook, Pinterest, Google, Naver, KaKao etc ...",
"main": "lib/react-social.js",
"peerDependencies": {
"react": ">=0.13.0"
},
"scripts": {
"lint": "eslint -c .eslintrc src",
"lintfix": "eslint -c .eslintrc src --fix",
"build": "babel src --presets babel-preset-es2015 --out-dir lib",
"prepublish": "npm run lint && npm run build",
"dev": "beefy dev.js --live",
"test": "browserify test.js | tape-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gimdongwoo/react-social-kr.git"
},
"keywords": [
"react",
"social",
"facebook",
"twitter",
"pinterest",
"google",
"reddit",
"component",
"javascript",
"browser",
"react-component"
],
"author": "Dongwoo Gim <[email protected]> (https://github.com/gimdongwoo)",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/gimdongwoo/react-social-kr/issues"
},
"homepage": "https://github.com/gimdongwoo/react-social-kr",
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"beefy": "~2.1.1",
"browserify": "~8.1.1",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jquery": "^2.2.3",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"tape": "^4.5.1",
"tape-run": "^2.1.3"
}
}