summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/outdated-depth/package.json
blob: df269dc725e583658219d91a18f43d6b7a5faa7a (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "whatever",
  "description": "yeah idk",
  "version": "1.2.3",
  "main": "index.js",
  "dependencies": {
    "underscore": "1.3.1"
  },
  "repository": "git://github.com/luk-/whatever"
}