-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 966 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-olark",
"version": "0.0.1",
"description": "A React component for generating an Olark chatbox on your page",
"main": "bin/index.js",
"repository": "git@github.com:jgnewman/react-olark",
"author": "John Newman <rescuecreative@gmail.com>",
"license": "MIT",
"keywords": [
"react",
"olark",
"component",
"chat"
],
"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.24.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"
}
}