@chemistry/cif-2-json
Version:
Tool for converting CIF to JSON and manipulate with content
28 lines (27 loc) • 710 B
JSON
{
"name": "@chemistry/cif-2-json",
"version": "0.0.18",
"description": "Tool for converting CIF to JSON and manipulate with content",
"author": {
"name": "Volodymyr Vreshch",
"url": "http://vreshch.com/"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"crystallography",
"cif",
"json"
],
"repository": {
"type": "git",
"url": "https://github.com/vreshch/cif2json.git"
},
"main": "dist/cif-2-json.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack-cli --config webpack.config.js --mode production"
},
"gitHead": "0f22fee79592e650e8ec4a2df9a51c51ff21a4d8"
}