react-olark-plugin
Version:
React component to render an Olark chatbox on your page
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "react-olark-plugin",
"version": "0.0.11",
"description": "React component to render an Olark chatbox on your page",
"main": "bin/index.js",
"repository": {
"type": "git",
"url": "https://github.com/kieranwt94/react-olark-plugin"
},
"author": "Kieran White <kwhite@myself.com>",
"license": "MIT",
"keywords": [
"react",
"olark",
"component",
"chat",
"plugin"
],
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-util": "^3.0.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"react": "^15.5.4"
},
"dependencies": {
"react-olark-plugin": "0.0.1"
}
}