-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
50 lines (50 loc) · 1.08 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": "react-social",
"version": "1.10.1",
"description": "React social buttons and counts for Facebook, Pinterest, Google etc ...",
"main": "react-social.js",
"peerDependencies": {
"react": ">=0.13.0"
},
"devDependencies": {
"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": {
"dev": "beefy dev.js --live",
"test": "browserify test.js | tape-run"
},
"repository": {
"type": "git",
"url": "https://github.com/olahol/react-social"
},
"keywords": [
"react",
"social",
"facebook",
"twitter",
"pinterest",
"google",
"reddit",
"component",
"javascript",
"browser",
"react-component"
],
"author": "Ola Holmström",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/olahol/react-social/issues"
},
"homepage": "https://github.com/olahol/react-social",
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10"
}
}