summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ContributionScores/package.json')
-rw-r--r--ContributionScores/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/ContributionScores/package.json b/ContributionScores/package.json
new file mode 100644
index 00000000..3f112b13
--- /dev/null
+++ b/ContributionScores/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "ContributionScores",
+ "private": true,
+ "scripts": {
+ "test": "grunt test"
+ },
+ "devDependencies": {
+ "eslint-config-wikimedia": "0.15.3",
+ "grunt": "1.5.3",
+ "grunt-banana-checker": "0.9.0",
+ "grunt-eslint": "22.0.0"
+ }
+}