aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0a9b3cd309b35c227f76a90ce4ac22c2ba2a30c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "lastcommit",
  "version": "0.1.0",
  "license": "MIT",
  "author": "Victor Häggqvist (http://victorhaggqvits.com)",
  "homepage": "https://github.com/victorhaggqvist/lastcommit",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-jshint": "~0.7.2"
  }
}