summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ContactPage/package.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-10-08 11:21:39 -0300
committerYaco <franco@reevo.org>2019-10-08 11:21:39 -0300
commitaf92be717a03ea9b95df6009314ab279ba765e98 (patch)
tree4181440998c50916860e89cfc02ddfc7309bebba /www/wiki/extensions/ContactPage/package.json
parent2cbe322e2a4843f6acb39be0ddb991ce8765bca9 (diff)
agrega extension ContactPage
Diffstat (limited to 'www/wiki/extensions/ContactPage/package.json')
-rw-r--r--www/wiki/extensions/ContactPage/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/wiki/extensions/ContactPage/package.json b/www/wiki/extensions/ContactPage/package.json
new file mode 100644
index 00000000..ade021c4
--- /dev/null
+++ b/www/wiki/extensions/ContactPage/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "contactpage",
+ "version": "0.0.0",
+ "private": true,
+ "description": "Build tools for the ContactPage extension.",
+ "scripts": {
+ "test": "grunt test"
+ },
+ "devDependencies": {
+ "grunt": "1.0.2",
+ "grunt-banana-checker": "0.6.0",
+ "grunt-contrib-jshint": "1.1.0",
+ "grunt-jsonlint": "1.1.0"
+ }
+}