summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PluggableAuth/package.json')
-rw-r--r--PluggableAuth/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/PluggableAuth/package.json b/PluggableAuth/package.json
new file mode 100644
index 00000000..bcf5b133
--- /dev/null
+++ b/PluggableAuth/package.json
@@ -0,0 +1,11 @@
+{
+ "private": true,
+ "scripts": {
+ "test": "grunt test"
+ },
+ "devDependencies": {
+ "grunt": "1.0.1",
+ "grunt-banana-checker": "0.5.0",
+ "grunt-jsonlint": "1.1.0"
+ }
+}