summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Scribunto/package.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-10-19 20:30:39 -0300
committerYaco <franco@reevo.org>2021-10-19 20:30:39 -0300
commit8c201ace3699b4928daf41eb7b4cdcb4565c6f3b (patch)
treefbd98f026864e9c1919d3ee740b6799ca0c651e2 /www/wiki/extensions/Scribunto/package.json
parente3880a1c86acaa3bbd05786ad2f5c586e6511a58 (diff)
adds Scribunto
Diffstat (limited to 'www/wiki/extensions/Scribunto/package.json')
-rw-r--r--www/wiki/extensions/Scribunto/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/wiki/extensions/Scribunto/package.json b/www/wiki/extensions/Scribunto/package.json
new file mode 100644
index 00000000..b7e28544
--- /dev/null
+++ b/www/wiki/extensions/Scribunto/package.json
@@ -0,0 +1,16 @@
+{
+ "private": true,
+ "scripts": {
+ "test": "grunt test"
+ },
+ "devDependencies": {
+ "eslint-config-wikimedia": "0.5.0",
+ "grunt": "1.4.0",
+ "grunt-banana-checker": "0.6.0",
+ "grunt-eslint": "20.1.0",
+ "grunt-jsonlint": "1.1.0",
+ "grunt-stylelint": "0.9.0",
+ "stylelint": "8.2.0",
+ "stylelint-config-wikimedia": "0.4.2"
+ }
+}