Remove double license entry
This commit is contained in:
parent
8c19d2ad50
commit
eb621217f9
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "bitcoin atm client server protocol module",
|
"description": "bitcoin atm client server protocol module",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
"license": "MIT",
|
"license": "unlicense",
|
||||||
"author": "Peter Elger (http://nearform.com/)",
|
"author": "Peter Elger (http://nearform.com/)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)"
|
"Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)"
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
"express": "~3.4.7",
|
"express": "~3.4.7",
|
||||||
"optimist": "~0.6.0",
|
"optimist": "~0.6.0",
|
||||||
"lamassu-config": "~0.1.1",
|
"lamassu-config": "~0.1.1",
|
||||||
"lamassu-atm-protocol": "~0.1.0"
|
"lamassu-atm-protocol": "~0.1.0",
|
||||||
|
"client-certificate-auth": "git+https://github.com/mmalecki/client-certificate-auth.git#async-authorization"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -31,7 +32,6 @@
|
||||||
"grunt-mocha-test": "~0.7.0",
|
"grunt-mocha-test": "~0.7.0",
|
||||||
"grunt-mocha-cov": "0.0.7"
|
"grunt-mocha-cov": "0.0.7"
|
||||||
},
|
},
|
||||||
"license": "unlicense",
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"lamassu-server": "./lib/app.js"
|
"lamassu-server": "./lib/app.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue