2020-03-07 06:45:06 +03:00
|
|
|
{
|
2020-03-26 01:11:28 +03:00
|
|
|
"name": "@microsoft/msrcrypto",
|
2022-08-30 18:26:33 +03:00
|
|
|
"version": "1.6.6",
|
2020-03-20 00:13:21 +03:00
|
|
|
"description": "MSR JavaScript Cryptography Library",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-20 03:58:05 +03:00
|
|
|
"url": "https://github.com/microsoft/MSR-JavaScript-Crypto.git"
|
2020-03-20 00:13:21 +03:00
|
|
|
},
|
2020-03-27 02:32:25 +03:00
|
|
|
"scripts": {
|
2021-11-02 20:05:01 +03:00
|
|
|
"build": "gulp"
|
2022-10-07 22:10:12 +03:00
|
|
|
},
|
2020-03-07 06:45:06 +03:00
|
|
|
"devDependencies": {
|
2021-11-02 20:05:01 +03:00
|
|
|
"@types/gulp": "^4.0.9",
|
2020-03-07 06:45:06 +03:00
|
|
|
"@types/gulp-concat": "0.0.32",
|
2021-11-02 20:05:01 +03:00
|
|
|
"@types/gulp-header": "^2.0.1",
|
|
|
|
"@types/gulp-strip-comments": "^2.5.1",
|
2020-03-07 06:45:06 +03:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-beautify": "^3.0.0",
|
|
|
|
"gulp-clean": "^0.4.0",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-header": "^2.0.9",
|
|
|
|
"gulp-minify": "^3.1.0",
|
|
|
|
"gulp-strip-code": "^0.1.4",
|
2020-03-20 00:13:21 +03:00
|
|
|
"gulp-strip-comments": "^2.5.2"
|
2021-05-24 01:57:04 +03:00
|
|
|
}
|
2020-03-07 06:45:06 +03:00
|
|
|
}
|