forked from CasperLaiTW/laravel-fb-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 2.27 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "laravel-fb-messenger",
"version": "1.4.7",
"description": "[![Build Status](https://travis-ci.org/CasperLaiTW/laravel-fb-messenger.svg?branch=master)](https://travis-ci.org/CasperLaiTW/laravel-fb-messenger) [![Coverage Status](https://coveralls.io/repos/github/CasperLaiTW/laravel-fb-messenger/badge.svg?branch=master)](https://coveralls.io/github/CasperLaiTW/laravel-fb-messenger?branch=master) [![StyleCI](https://styleci.io/repos/66968888/shield)](https://styleci.io/repos/66968888) [![Latest Stable Version](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/v/stable)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger) [![Latest Unstable Version](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/v/unstable)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger) [![Total Downloads](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/downloads)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger) [![Monthly Downloads](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/d/monthly)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"cz-conventional-changelog": "^2.0.0",
"standard-version": "^4.0.0",
"vue-loader": "^9.9.5",
"webpack": "^1.13.3"
},
"scripts": {
"dev": "webpack --config webpack/webpack.config.js --watch",
"prod": "webpack --config webpack/webpack.config.js -p",
"release": "./node_modules/.bin/standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CasperLaiTW/laravel-fb-messenger.git"
},
"author": "Casper Lai",
"license": "MIT",
"bugs": {
"url": "https://github.com/CasperLaiTW/laravel-fb-messenger/issues"
},
"homepage": "https://github.com/CasperLaiTW/laravel-fb-messenger#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"bootstrap-vue": "^0.3.7",
"highlight.js": "^9.8.0",
"json-stringify": "^1.0.0",
"laravel-echo": "^1.1.3",
"lodash": "^4.17.2",
"pusher-js": "^3.2.2",
"vue": "^2.0.7"
}
}