summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/uninstall-package/package.json
blob: 49ce42a89ddcffda795ad6c01f82c7ffbab3219b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "beep",
  "version": "0.0.0",
  "author": "Rockbert",
  "description": "i am a fixture",
  "main": "index.js",
  "dependencies": {
    "underscore": "~1.3.1",
    "request": "~0.9.0"
  }
}