Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 357B

12345678
  1. { "name" : "bson"
  2. , "description" : "A bson parser for node.js and the browser"
  3. , "main": "../"
  4. , "directories" : { "lib" : "../lib/bson" }
  5. , "engines" : { "node" : ">=0.6.0" }
  6. , "licenses" : [ { "type" : "Apache License, Version 2.0"
  7. , "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
  8. }