Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from affinitas/master
Browse files Browse the repository at this point in the history
added package.json
  • Loading branch information
ArnoudAdyen committed Jan 27, 2016
2 parents 446d66d + edbe867 commit 5b905f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "adyen-cse-js",
"version": "0.1.15",
"description": "Adyen javascript client-side encryption library",
"main": "js/adyen.encrypt.nodom.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Adyen/CSE-JS.git"
},
"keywords": [
"adyen",
"client-side encryption"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Adyen/CSE-JS/issues"
},
"homepage": "https://github.com/Adyen/CSE-JS#javascript-only-integration"
}

0 comments on commit 5b905f5

Please sign in to comment.