-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 850 Bytes
/
bower.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": "dirty_seven",
"authors": [
"Ghanbari <[email protected]>"
],
"description": "Dirty Seven Game",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "4",
"font-awesome": "fontawesome#^4.7.0",
"jquery-load-template": "https://github.com/codepb/jquery-template.git#^1.5.10",
"jquery.nicescroll": "^3.6.8",
"jStorage": "^0.4.12",
"json2": "*",
"js-php-unserialize": "https://github.com/naholyr/js-php-unserialize.git",
"mustache.js": "mustache#^2.3.0",
"jquery-ui": "jqueryui#^1.12.1",
"moment-duration-format": "^1.3.0",
"moment": "^2.16.0",
"emojione": "^2.2.6",
"pokerjs": "*",
"jqueryui-touch-punch": "*"
}
}