UNPKG

origenes

Version:

Nucleotide sequence manipulation tools

42 lines 1.03 kB
{ "name": "origenes", "description": "Nucleotide sequence manipulation tools", "version": "0.0.17", "homepage": "https://github.com/tripitakit/origenes", "author": { "name": "tripitakit", "email": "patrick.demarta@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/tripitakit/origenes.git" }, "bugs": { "url": "https://github.com/tripitakit/origenes/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/tripitakit/origenes/blob/master/LICENSE-MIT" } ], "main": "lib/origenes", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-nodeunit": "~0.2.0", "grunt-contrib-watch": "~0.5.3", "grunt": "~0.4.1" }, "dependencies": { "underscore": "~1.4.4", "underscore.string": "~2.3.3" }, "directories" : ["lib", "test"], "keywords": ["dna", "rna", "nucleotide", "sequence", "bioinformatics"] }