All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "spark-md5",
  "version": "3.0.2",
  "description": "Lightning fast normal and incremental md5 for javascript",
  "main": "spark-md5.js",
  "files": [
    "spark-md5.js",
    "spark-md5.min.js"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "[email protected]:satazor/js-spark-md5.git"
  },
  "keywords": [
    "md5",
    "fast",
    "spark",
    "incremental"
  ],
  "author": "André Cruz ",
  "license": "(WTFPL OR MIT)",
  "bugs": {
    "url": "https://github.com/satazor/js-spark-md5/issues"
  },
  "scripts": {
    "min": "uglifyjs spark-md5.js > spark-md5.min.js",
    "test": "open test/index.html"
  },
  "devDependencies": {
    "uglify-js": "^3.0.0"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy