summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/test/fixtures/badbin.json
blob: 06c57f43bcbe9f4defc07113d6b8d9bce25d2fea (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "badbin-test",
  "description": "my desc",
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/read-package-json.git"
  },
  "version": "0.0.1",
  "readme": "hello world",
  "bin": "./bin/typo"
}