summaryrefslogtreecommitdiffstats
path: root/package.json
blob: d6aaad4bd725f749d327380afd796364e4df71c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "deploy_to_target",
  "author": "Jake Feasel <jfeasel@gmail.com>",
  "version": "0.0.1",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-less": "~0.11",
    "grunt-contrib-requirejs": "~0.4.4",
    "grunt-sync": "~0.0.5"
  }
}