UNPKG

crystcif-parse

Version:

A parser for crystallographic CIF files

37 lines (36 loc) 818 B
{ "name": "crystcif-parse", "version": "0.2.9", "description": "A parser for crystallographic CIF files", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/CCP-NC/crystcif-parse.git" }, "keywords": [ "CIF", "crystallography", "parser" ], "author": "Simone Sturniolo <simonesturniolo@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/CCP-NC/crystcif-parse/issues" }, "homepage": "https://github.com/CCP-NC/crystcif-parse#readme", "dependencies": { "mathjs": "^7.6.0", "mendeleev": "^1.2.2" }, "devDependencies": { "chai": "^4.3.4", "chai-almost": "^1.0.1", "mocha": "^7.2.0" }, "bin": { "validate-cif": "./bin/validate.js" } }