summaryrefslogtreecommitdiff
path: root/deps/npm/test/packages/npm-test-url-dep/package.json
blob: a35dc1cbf7c5fbea9a565c0d8e5bd7d5554fb8e0 (plain)
1
2
3
4
5
6
7
{ "name":"npm-test-url-dep"
, "version" : "1.2.3"
, "dependencies" :
  { "dnode" : "https://github.com/substack/jsonify/tarball/master"
  , "sax": "isaacs/sax-js"
  , "canonical-host": "git://github.com/isaacs/canonical-host"
  } }