summaryrefslogtreecommitdiff
blob: a8b0304db1d9e7658693b5de22c2d1bc2e00e142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "antispoof",
  "version": "0.0.0",
  "private": true,
  "description": "Build tools for the AntiSpoof extension.",
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-banana-checker": "0.4.0",
    "grunt-jsonlint": "1.0.7"
  }
}