soyuka/relieve

View on GitHub
usecases/cksfv/package.json

Summary

Maintainability
Test Coverage
{
  "name": "cksfv-relieve",
  "version": "1.0.0",
  "description": "CRC check on an sfv file",
  "main": "worker.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Antoine Bluchet <soyuka@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.0.5",
    "crc": "^3.3.0"
  }
}