https://github.com/nnj1/pdbmine
Raw File
Tip revision: 4ce78a4ef3ed0a9f11ff357baf1766f7a25475d4 authored by Newlyn Joseph on 12 May 2019, 18:14:46 UTC
Worked on readme
Tip revision: 4ce78a4
package.json
{
  "name": "pdbmine",
  "version": "1.2.3",
  "description": "A Node.js API for the RCSB Protein Data Bank (PDB)",
  "main": "pdbmine.js",
  "scripts": {
    "test": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nnj1/pdbmine.git"
  },
  "keywords": [
    "pdb",
    "rcsb",
    "api"
  ],
  "author": "Newlyn Joseph",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nnj1/pdbmine/issues"
  },
  "homepage": "https://github.com/nnj1/pdbmine#readme",
  "dependencies": {
    "plotly": "^1.0.6",
    "request": "^2.88.0"
  }
}
back to top