molecular-formula
Version:
A library for working with molecular-formula
34 lines (33 loc) • 783 B
JSON
{
"name": "molecular-formula",
"version": "1.1.5",
"description": "A library for working with molecular-formula",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emptyport/molecular-formula.git"
},
"keywords": [
"molecular",
"formula",
"chemistry",
"chemical",
"mass"
],
"author": "Michael Porter <michaelporter.chemistry@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emptyport/molecular-formula/issues"
},
"homepage": "https://github.com/emptyport/molecular-formula#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"dependencies": {
"isotope-abundances": "^2.0.3"
}
}