ac-signature
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ac-signature", | ||
"description": "Sign payload for AdmiralCloud API", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Mark Poepping / support@admiralcloud.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mmpro/ac-signature" | ||
}, | ||
"homepage": "https://www.admiralcloud.com", | ||
"dependencies": { | ||
"lodash": "^4.17.2" | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^4.0.1", | ||
"mocha-jenkins-reporter": "^0.3.10", | ||
"mocha-junit-reporter": "^1.15.0", | ||
"should": "^13.1.2", | ||
"superagent": "^3.6.2" | ||
"mocha": "^4.1.0", | ||
"mocha-jenkins-reporter": "^0.4.1", | ||
"mocha-junit-reporter": "^1.18.0", | ||
"should": "^13.2.3", | ||
"superagent": "^3.8.3" | ||
}, | ||
@@ -16,0 +21,0 @@ "scripts": { |
# ac-signature | ||
This module helps you to sign request for the AdmiralCloud API | ||
This module helps you to sign request for the AdmiralCloud media asset management. | ||
https://www.admiralcloud.com | ||
## Usage | ||
``` | ||
@@ -94,2 +97,7 @@ const acsignature = require('ac-signature'); | ||
# Links | ||
- [Website](https://www.admiralcloud.com/) | ||
- [Twitter (@admiralcloud)](https://twitter.com/admiralcloud) | ||
- [Facebook](https://www.facebook.com/MediaAssetManagement/) | ||
# Run tests | ||
@@ -109,1 +117,5 @@ Prepare a config file in test directory with the following content | ||
After that you can run "npm run test" or "npm run test-jenkins". | ||
## License | ||
[MIT License](https://opensource.org/licenses/MIT) Copyright © 2009-present, AdmiralCloud, Mark Poepping |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
119
2
12056
10
243
Updatedlodash@^4.17.11