0a5ab058a6
- Angular 12 application with PrimeNG components - 5 existing Cypress e2e test suites - SCSS styling with BEM naming convention - i18n support (10 languages) - Leaflet map integration - Complete component hierarchy and routing structure This baseline will be used for Angular → React migration.
22 lines
527 B
JSON
22 lines
527 B
JSON
{
|
|
"name": "jsbn",
|
|
"version": "0.1.1",
|
|
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andyperlitch/jsbn.git"
|
|
},
|
|
"keywords": [
|
|
"biginteger",
|
|
"bignumber",
|
|
"big",
|
|
"integer"
|
|
],
|
|
"author": "Tom Wu",
|
|
"license": "MIT"
|
|
}
|