UNPKG

needleman-js

Version:

Needleman-Wunsch algorithm in javascript

36 lines (35 loc) 953 B
{ "name": "needleman-js", "version": "1.1.0", "description": "Needleman-Wunsch algorithm in javascript", "main": "src/index.js", "homepage": "https://github.com/juanpablocruz/needleman-wunsch-javascript", "repository": "npm/npm", "publishConfig": { "juanpablocruz:registry": "https://npm.pkg.github.com" }, "scripts": { "test": "nyc ./node_modules/.bin/mocha --recursive --reporter spec", "start": "node src/index.js", "lint": "./node_modules/.bin/eslint src" }, "keywords": [ "SIM", "emitter", "react" ], "author": "Juan Pablo Cruz <juanpablocruzmaseda@gmail.com>", "contributors": [], "bugs": {}, "license": "MIT", "devDependencies": { "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.24.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "mocha": "^8.3.2", "nyc": "^15.1.0" } }