summaryrefslogtreecommitdiff
path: root/package.json
blob: b187cc0f7992676bde7a60f325cf87424db3ec13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "dither",
  "version": "0.9.9",
  "repository": {
    "type": "git",
    "url": "git://ghghgh.us/dither.git"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-uglify": "~0.2.5",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-dentist": "~0.3.3"
  }
}