28 строки
704 B
JSON
28 строки
704 B
JSON
{
|
|
"name": "@microsoft/msrcrypto",
|
|
"version": "1.6.6",
|
|
"description": "MSR JavaScript Cryptography Library",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/MSR-JavaScript-Crypto.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp"
|
|
},
|
|
"devDependencies": {
|
|
"@types/gulp": "^4.0.9",
|
|
"@types/gulp-concat": "0.0.32",
|
|
"@types/gulp-header": "^2.0.1",
|
|
"@types/gulp-strip-comments": "^2.5.1",
|
|
"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",
|
|
"gulp-strip-comments": "^2.5.2"
|
|
}
|
|
}
|