summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ContactPage/package.json
blob: ade021c454939ad74a66e6fe6b61c1a9c05f1de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
  }
}