We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
self-hosted
1 parent 62aba61 commit 2752569Copy full SHA for 2752569
package.json.txt
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "textpattern-docs",
3
+ "description": "Official documentation website of the Textpattern project.",
4
+ "version": "1.1.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/textpattern/textpattern-docs-website"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/textpattern/textpattern-docs-website/issues"
11
12
+ "devDependencies": {
13
+ "grunt": "1.6.1",
14
+ "grunt-cli": "1.4.3",
15
+ "grunt-contrib-uglify": "5.2.2",
16
+ "load-grunt-tasks": "5.1.0"
17
18
+ "dependencies": {
19
+ "jquery": "3.7.1",
20
+ "lunr": "2.3.9",
21
+ "simple-jekyll-search": "1.10.0"
22
23
+ "license": "GPL-2.0"
24
+}
0 commit comments