deps: upgrade to npm 2.14.4
[platform/upstream/nodejs.git] / deps / npm / node_modules / read-package-json / test / fixtures / badbin.json
1 {
2   "name": "badbin-test",
3   "description": "my desc",
4   "repository": {
5     "type": "git",
6     "url": "git://github.com/npm/read-package-json.git"
7   },
8   "version": "0.0.1",
9   "readme": "hello world",
10   "bin": "./bin/typo",
11   "license": "ISC"
12 }