forked from laravel/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 845 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
{
"name": "laravel-echo",
"version": "1.0.0",
"description": "Laravel Echo library for beautiful Pusher integration",
"main": "dist/echo.js",
"scripts": {
"compile": "./node_modules/.bin/rollup -c",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/laravel/echo"
},
"keywords": [
"laravel",
"pusher",
"socket.io"
],
"author": {
"name": "Taylor Otwell"
},
"homepage": "https://github.com/laravel/echo",
"dependencies": {},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-2": "^6.5.0",
"pusher-js": "^3.2.1",
"rollup": "^0.31.0",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-typescript": "^0.7.5",
"typings": "^1.0.4"
}
}