Skip to content

Commit 2752569

Browse files
committed
adding from self-hosted
possibly unnecessary; renamed to prevent breakage
1 parent 62aba61 commit 2752569

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)