-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.89 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "jiranizer",
"version": "1.0.0",
"description": "Jira tasks managing tool.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RunOpenCode/jiranizer.git"
},
"author": {
"name": "Davor Topalic",
"email": "[email protected]",
"homepage": "http://www.runopencode.com",
"role": "Project lead"
},
"contributors": [
{
"name": "RunOpenCode members",
"email": "[email protected]",
"homepage": "http://www.runopencode.com"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/RunOpenCode/jiranizer/issues"
},
"homepage": "https://github.com/RunOpenCode/jiranizer#readme",
"devDependencies": {
"@symfony/webpack-encore": "^0.20.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"cryptiles": ">=4.1.2",
"url-parse": ">=1.4.3"
},
"dependencies": {
"ajv": "^6.5.1",
"bootstrap": "^4.1.2",
"bootstrap-social": "^5.1.1",
"bootstrap4-less": "^4.0.0-alpha.6.2",
"datatables": "^1.10.13",
"datatables-responsive": "^1.0.7",
"datatables.net": "^1.10.16",
"datatables.net-plugins": "^1.10.15",
"font-awesome": "^4.7.0",
"gridstack": "^0.4.0",
"hoek": "^5.0.3",
"holderjs": "^2.9.4",
"html5shiv": "^3.7.3",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.10",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"metismenu": "^2.7.8",
"morris.js": "^0.5.0",
"popper.js": "^1.14.3",
"raphael": "^2.2.7",
"tether": "^1.4.4",
"webpack-jquery-ui": "^1.0.0"
}
}