forked from gimdongwoo/react-social-kr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.31 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
{
"name": "react-social-kr",
"version": "1.0.3",
"description": "React social buttons and counts for Facebook, Pinterest, Google, Naver, KaKao etc ...",
"main": "lib/react-social.js",
"peerDependencies": {
"react": ">=0.13.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"beefy": "~2.1.1",
"browserify": "~8.1.1",
"jquery": "^2.2.3",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"tape": "^4.5.1",
"tape-run": "^2.1.3"
},
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir lib",
"prepublish": "npm run build",
"dev": "beefy dev.js --live",
"test": "browserify test.js | tape-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olahol/react-social.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/olahol/react-social/issues"
},
"homepage": "https://github.com/olahol/react-social",
"directories": {
"example": "example"
},
"dependencies": {}
}