react-stickerpipe
Version:
React Component for StickerPipe API
85 lines (84 loc) • 2.01 kB
JSON
{
"name": "react-stickerpipe",
"version": "3.0.1",
"description": "React Component for StickerPipe API",
"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"test": "mocha",
"watch": "babel -d dist/ -w src/",
"compile": "babel -d dist/ src/",
"lint": "eslint src/*",
"prepublish": "npm run lint && npm run compile && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anchorchat/react-stickerpipe.git"
},
"keywords": [
"react-component",
"sticker",
"pipe",
"stickerpipe",
"html",
"react"
],
"contributors": [
{
"name": "Sjaak Luthart",
"email": "mail@sjaakluthart.nl",
"url": "https://github.com/sjaakluthart"
},
{
"name": "Rijk van Zanten",
"email": "rijkvanzanten@me.com",
"url": "https://github.com/RijkvanZanten"
},
{
"name": "Ian Stewart",
"url": "https://github.com/IanCStewart"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/anchorchat/react-stickerpipe/issues"
},
"homepage": "https://github.com/anchorchat/react-stickerpipe#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
},
"babel": {
"presets": [
"react",
"es2015",
"stage-0"
],
"plugins": [
"add-module-exports"
]
},
"dependencies": {
"react-event-listener": "^0.4.5",
"react-onclickoutside": "^6.1.1",
"superagent": "^3.0.0"
},
"peerDependencies": {
"prop-types": "^15.4.1",
"react": "^15.4.1"
}
}