forked from thorsten/phpMyFAQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
{
"name": "phpMyFAQ",
"version": "3.0.0-alpha.3",
"description": "phpMyFAQ",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt build"
},
"dependencies": {
"bootstrap": "^4.0.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-fileinput": "^4.4.5",
"bxslider": "^4.2.13",
"cookieconsent": "^3.0.4",
"corejs-typeahead": "^1.2.1",
"handlebars": "^4.0.11",
"highlightjs": "^9.10.0",
"jquery": "^3.2.1",
"jquery-sparkline": "^2.3.2",
"material-design-icons": "^3.0.1",
"mermaid": "^7.1.0",
"popper.js": "^1.12.6",
"tinymce": "^4.7.1",
"wordcloud": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bumpup": "^0.6.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.5.2",
"sigmund": "^1.0.1"
},
"repository": "git://github.com/thorsten/phpMyFAQ.git",
"author": "Thorsten Rinne",
"license": "MPL-2.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/thorsten/phpMyFAQ/issues"
},
"keywords": [
"phpMyFAQ"
],
"homepage": "https://www.phpmyfaq.de/"
}