UNPKG

smiles

Version:

OpenSMILES compatible parser and serializer

35 lines (34 loc) 896 B
{ "name": "smiles", "version": "0.0.2", "description": "OpenSMILES compatible parser and serializer", "main": "index.js", "scripts": { "build": "pegjs -o lib/parser.js lib/smiles.pegjs", "lint": "standard index.js lib/serializer.js test/test.js", "prepublish": "npm run build", "test": "npm run lint && mocha" }, "repository": { "type": "git", "url": "git://github.com/bergos/smiles.git" }, "keywords": [ "smiles", "parser", "serializer" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/bergos/smiles/issues" }, "homepage": "https://github.com/bergos/smiles", "dependencies": {}, "devDependencies": { "mocha": "^2.4.5", "pegjs": "^0.10.0", "standard": "^6.0.8" }, "readmeFilename": "README.md" }