mirror of
https://github.com/emn178/js-sha256.git
synced 2026-08-13 04:51:56 +08:00
* Add bower package.
* Fixed JSHint warnings. * Add travis. * Add coveralls.
This commit is contained in:
+7
-2
@@ -1,10 +1,15 @@
|
||||
{
|
||||
"name": "js-sha256",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.",
|
||||
"main": "src/sha256.js",
|
||||
"devDependencies": {
|
||||
"expect.js": "~0.3.1",
|
||||
"jscoverage": "~0.5.9"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/node-test.js"
|
||||
"test": "mocha tests/node-test.js -r jscoverage",
|
||||
"coveralls": "mocha tests/node-test.js -R mocha-lcov-reporter -r jscoverage | coveralls"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user