UNPKG

parse-mmcif

Version:

A parser for the mmCIF molecule format

34 lines (33 loc) 663 B
{ "name": "parse-mmcif", "version": "0.0.1", "description": "A parser for the mmCIF molecule format", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/justinmc/parse-mmcif.git" }, "keywords": [ "mmcif", "cif", "pdb", "molecule", "data", "parse", "convert", "json" ], "author": "Justin McCandless", "license": "MIT", "bugs": { "url": "https://github.com/justinmc/parse-mmcif/issues" }, "homepage": "https://github.com/justinmc/parse-mmcif#readme", "devDependencies": { "chai": "^4.1.2", "mocha": "^4.1.0" } }