alvarocastro/stalinsort

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@alvarocastro/stalinsort",
  "version": "1.0.3",
  "description": "An implementation of the stalinsort algorithm",
  "main": "index.js",
  "scripts": {
    "test": "xo && nyc ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvarocastro/stalinsort.git"
  },
  "keywords": [
    "stalinsort",
    "meme",
    "sort",
    "algorithm",
    "stalin"
  ],
  "author": "Alvaro Castro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alvarocastro/stalinsort/issues"
  },
  "homepage": "https://github.com/alvarocastro/stalinsort#readme",
  "devDependencies": {
    "ava": "3.15.0",
    "coveralls": "3.1.0",
    "nyc": "15.1.0",
    "semantic-release": "^17.1.2",
    "xo": "0.39.1"
  }
}