{
  "name": "mmcif-converter",
  "version": "1.0.2",
  "description": "A mmCIF file to JS Object parser that allows to create an object from the protein.cif file",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Giovanni Scanferla",
  "license": "MIT",
  "keywords": ["node", "npm", "CIF", "mmCIF", "PDB", "protein"],
  "dependencies": {
    "filereader": "^0.10.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/giovanniscanferla/mmCIF-converter.git"
  }
}