UNPKG

2.67 kBJSONView Raw
1{
2 "name": "react-share-button",
3 "description": "A lightweight React Share Button for mobile web with web share api integration, native intent support and fallback",
4 "main": "dist/index.js",
5 "jsnext:main": "components/index.js",
6 "module": "components/index.js",
7 "files": [
8 "components",
9 "dist",
10 "README"
11 ],
12 "scripts": {
13 "lint": "eslint components/**/*.js tests/**/*.js",
14 "lintfix": "eslint --fix components/**/*.js tests/**/*.js",
15 "prepublish": "npm run lint && npm run test && npm run build",
16 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
17 "build": "rm -rf dist && babel components --out-dir dist && npm run build:styles",
18 "build:styles": "node-sass components --output dist",
19 "build:watch": "concurrently \"babel --watch components --out-dir dist\" \"node-sass --watch components --output dist\"",
20 "docs": "build-storybook -o docs"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/elarahq/npm-package.git"
25 },
26 "keywords": [
27 "react-social",
28 "react-share",
29 "whatsApp",
30 "facebook",
31 "react-mobile-share-btn"
32 ],
33 "author": "Gaurav Makkar",
34 "license": "MIT",
35 "devDependencies": {
36 "@kadira/storybook": "^2.24.0",
37 "@kadira/storybook-addon-actions": "^1.1.1",
38 "@kadira/storybook-addon-knobs": "^1.3.0",
39 "@kadira/storybook-addon-options": "^1.0.1",
40 "autoprefixer": "^6.4.1",
41 "babel-cli": "^6.16.0",
42 "babel-plugin-transform-object-rest-spread": "^6.8.0",
43 "babel-preset-es2015": "^6.14.0",
44 "babel-preset-react": "^6.11.1",
45 "chai": "^3.5.0",
46 "chai-enzyme": "^0.5.2",
47 "codecov.io": "^0.1.6",
48 "commitizen": "^2.8.6",
49 "concurrently": "^3.1.0",
50 "cz-conventional-changelog": "^1.2.0",
51 "enzyme": "^2.4.1",
52 "eslint": "^3.7.1",
53 "eslint-config-standard": "^6.2.0",
54 "eslint-config-standard-react": "^4.2.0",
55 "eslint-plugin-promise": "^2.0.1",
56 "eslint-plugin-react": "^6.3.0",
57 "eslint-plugin-standard": "^2.0.1",
58 "eventsource-polyfill": "^0.9.6",
59 "extract-text-webpack-plugin": "^1.0.1",
60 "isparta": "^4.0.0",
61 "istanbul": "^1.1.0-alpha.1",
62 "jsdom": "^9.6.0",
63 "mocha": "^3.1.0",
64 "node-sass": "^3.10.1",
65 "react-addons-test-utils": "^15.3.2",
66 "react-lazy-card": "^0.1.1",
67 "rimraf": "^2.5.4",
68 "sass-loader": "^4.0.2",
69 "semantic-release": "^4.3.5",
70 "sinon": "^1.17.6"
71 },
72 "dependencies": {
73 "react": "^15.x.x",
74 "react-auto-bind": "^0.2.0",
75 "react-dom": "^15.3.2"
76 },
77 "config": {
78 "commitizen": {
79 "path": "node_modules/cz-conventional-changelog"
80 }
81 },
82 "version": "0.0.4"
83}