blockchain-javascript
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,3 @@ | ||
#! /usr/bin/env node | ||
var express = require('express') | ||
@@ -2,0 +4,0 @@ var parse = require('url-parse') |
{ | ||
"name": "blockchain-javascript", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "javascript implementation of private / public blockchain", | ||
@@ -8,3 +8,6 @@ "main": "index.js", | ||
"start": "node index.js", | ||
"blockchain-javascript": "node index.js" | ||
"build": "...", | ||
"git-commit": "git add -A . && git commit -a -m 'gh-pages update'", | ||
"git-push": "git push origin gh-pages --force && git checkout master", | ||
"deploy": "npm run build && npm run git-commit && npm run git-push" | ||
}, | ||
@@ -22,2 +25,6 @@ "repository": { | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"bin": { | ||
"blockchain-javascript": "index.js" | ||
}, | ||
"bugs": { | ||
@@ -24,0 +31,0 @@ "url": "https://github.com/hskang9/blockchain/issues" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14447
359