UNPKG

react-pinterest2

Version:

Collection of embeddable Pinterest buttons and widgets

62 lines (61 loc) 1.68 kB
{ "name": "react-pinterest2", "version": "1.0.5", "description": "Collection of embeddable Pinterest buttons and widgets", "main": "lib/main.js", "jsnext:main": "src/main.js", "directories": { "example": "examples" }, "devDependencies": { "babel-cli": "^6.2.0", "babel-core": "^6.2.1", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.1.2", "babel-preset-react": "^6.1.2", "css-loader": "~0.9.0", "express": "^4.13.3", "react": "^0.14.2", "react-hot-loader": "^1.3.0", "rimraf": "^2.4.4", "style-loader": "~0.8.0", "webpack": "^1.10.5", "webpack-dev-server": "^1.12.1" }, "peerDependencies": { "react": "^0.14.2" }, "scripts": { "clean": "rimraf dist lib", "build": "npm run build:lib && npm run build:dev && npm run build:prod", "build:lib": "babel src --out-dir lib", "build:dev": "webpack lib/main.js dist/react-pinterest.js --config webpack.config.base.js", "build:prod": "webpack lib/main.js dist/react-pinterest.min.js --config webpack.config.prod.js", "prepublish": "npm run clean && npm run build" }, "files": [ "dist/", "lib/", "src/" ], "repository": { "type": "git", "url": "https://github.com/pinterest/react-pinterest.git" }, "keywords": [ "react", "react-component", "react-pinterest", "react-social", "pinterest", "pin", "pinit", "share" ], "author": "Zack Argyle <zackargyle@pinterest.com> (http://zackargyle.com)", "license": "ISC", "bugs": { "url": "https://github.com/pinterest/react-pinterest/issues" }, "homepage": "https://github.com/pinterest/react-pinterest#readme" }