manbytesgnu_site

Source files for manbytesgnu.org
git clone git://holbrook.no/manbytesgnu_site.git
Log | Files | Refs

ftp_package.json (380B)


      1 {
      2   "name": "foo",
      3   "versions": {
      4 	  "1.0.0": {
      5 		  "name": "foo",
      6 		  "version": "1.0.0",
      7 		  "description": "Foo repo",
      8 		  "main": "index.js",
      9 		  "author": "",
     10 		  "license": "ISC",
     11 		  "dependencies": {
     12 		    "bar": "0.0.1"
     13 		  },
     14 		  "dist": {
     15 			"shasum": "30db46b324f1b99234d2492b68cb6f1794d82c79",
     16 			"tarball": "http://localhost/npm/foo/foo-1.0.0.tgz"
     17 		}
     18 
     19 	  }
     20    }
     21 }