UNPKG

filehash

Version:

client-side file hashing and checking

46 lines (45 loc) 1.34 kB
{ "name": "filehash", "version": "1.0.0", "description": "client-side file hashing and checking", "main": "./dist/filehash.js", "directories": { "test": "test" }, "scripts": { "test": "node ./test/run.js", "dev": "set NODE_ENV=development&&webpack-dev-server --port 8080 --content-base dist --inline --hot --progress --colors", "production": "set BUILD_DEV=0&&set NODE_ENV=production&&webpack --progress --colors" }, "repository": { "type": "git", "url": "git+https://github.com/vaceta/Filehash.git" }, "keywords": [ "hash", "file", "javascript", "client", "hashing" ], "author": "Matthias Klan <matthias.klan@gmail.com> (http://github.com/matthiasklan)", "license": "MIT", "bugs": { "url": "https://github.com/vaceta/Filehash/issues" }, "homepage": "https://github.com/vaceta/Filehash#readme", "devDependencies": { "babel-loader": "^6.2.0", "babel-plugin-add-module-exports": "^0.1.2", "babel-plugin-transform-class-properties": "^6.3.13", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "chai": "^3.5.0", "mocha": "^2.5.1", "mocha-phantomjs": "^4.0.2", "open": "0.0.5", "webpack": "^1.12.14", "webpack-dev-server": "^1.14.1" } }