package.json 234 Bytes
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7
{ "name":"npm-test-url-dep"
, "version" : "1.2.3"
, "dependencies" :
  { "jsonify" : "https://github.com/substack/jsonify/tarball/master"
  , "sax": "isaacs/sax-js"
  , "canonical-host": "git://github.com/isaacs/canonical-host"
  } }