forked from olahol/react-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 793 Bytes
/
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
{
"name": "react-social",
"version": "1.0.2",
"description": "React social buttons, Facebook, Twitter and Pinterest",
"main": "react-social.js",
"peerDependencies": {
"react": ">=0.13.0"
},
"devDependencies": {
"beefy": "~2.1.1"
, "browserify": "~8.1.1"
},
"scripts": {
"dev": "beefy dev.js --live"
},
"repository": {
"type": "git",
"url": "https://github.com/olahol/react-social"
},
"keywords": [
"react",
"social",
"facebook",
"twitter",
"pinterest",
"component",
"javascript",
"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"
}