forked from daya-prac/Fixhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 911 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
{
"private": true,
"dependencies": {
"dotenv": "^2.0.0",
"ioredis": "^1.15.1",
"socket.io": "^1.4.5",
"jsonwebtoken": "^7.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.0.2",
"elixir-uglify": "^1.0.2",
"laravel-elixir": "^6.0.0-1",
"laravel-elixir-bower-io": "^0.1.1",
"laravel-elixir-remove": "^0.2.0",
"jquery": "~2.1.4",
"bootstrap-sass": "^3.3.6",
"backbone": "~1.3.0",
"ionicons": "~2.0.1",
"jquery-sortable": "~0.9.13",
"jquery-sparkline": "^2.3.2",
"ace-min-noconflict": "~1.1.9",
"raphael": "~2.2.1",
"morris.js": "~0.5.0",
"moment": "~2.12.0",
"socket.io-client": "~1.4.5",
"cropper": "~2.3.0",
"toastr": "~2.1.2",
"select2": "~4.0.2"
}
}