aboutsummaryrefslogtreecommitdiff
path: root/guidelines/wikipedia/package.json
blob: 3817308ed1d1aa9d1d47b2373478a4ba487fd80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "wikipedia-guidelines",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-jasmine": "~0.5.2",
    "grunt-contrib-connect": "~0.6.0"
  }
}