[Pkg-javascript-commits] [node-evp-bytestokey] 02/29: Update package.json
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Sep 8 09:56:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-evp-bytestokey.
commit 961bff8701e7e052ce95ec5aa1831a171916d1db
Author: Kirill Fomichev <fanatid at ya.ru>
Date: Thu Aug 25 17:44:14 2016 +0300
Update package.json
---
package.json | 41 ++++++++++++++++++++++++-----------------
1 file changed, 24 insertions(+), 17 deletions(-)
diff --git a/package.json b/package.json
index e9e96b8..fb01f96 100644
--- a/package.json
+++ b/package.json
@@ -1,31 +1,38 @@
{
"name": "evp_bytestokey",
"version": "1.0.0",
- "description": "he super secure key derivation algorithm from openssl",
- "main": "index.js",
- "scripts": {
- "test": "standard && node test.js | tspec"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/crypto-browserify/EVP_BytesToKey.git"
- },
+ "description": "the super secure key derivation algorithm from openssl",
"keywords": [
"crypto",
"openssl"
],
- "author": "Calvin Metcalf <calvin.metcalf at gmail.com>",
- "license": "MIT",
+ "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
"bugs": {
"url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
},
- "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
- "dependencies": {
- "create-hash": "^1.1.1"
+ "license": "MIT",
+ "author": "Calvin Metcalf <calvin.metcalf at gmail.com>",
+ "contributors": [
+ "Kirill Fomichev <fanatid at ya.ru>"
+ ],
+ "files": [
+ "index.js"
+ ],
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/crypto-browserify/EVP_BytesToKey.git"
+ },
+ "scripts": {
+ "coverage": "nyc node test/*.js",
+ "lint": "standard",
+ "test": "npm run lint && npm run unit",
+ "unit": "node test/*.js"
},
"devDependencies": {
- "standard": "^5.3.1",
- "tap-spec": "^4.1.0",
- "tape": "^4.2.0"
+ "create-hash": "^1.1.2",
+ "nyc": "^8.1.0",
+ "standard": "^8.0.0",
+ "tape": "^4.6.0"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-evp-bytestokey.git
More information about the Pkg-javascript-commits
mailing list