mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-23 16:44:59 +03:00
19 lines
562 B
JSON
19 lines
562 B
JSON
{
|
|
"name": "crypto-pro-example-es5-script-tag",
|
|
"version": "0.0.0",
|
|
"description": "Пример использования пакета crypto-pro через тэг script",
|
|
"private": true,
|
|
"scripts": {
|
|
"link-library": "symlink-dir ./node_modules/crypto-pro-js/dist ./public/dist",
|
|
"serve": "static --host-address localhost --port 8080 public",
|
|
"start": "npm run link-library && npm run serve"
|
|
},
|
|
"devDependencies": {
|
|
"node-static": "0.7.11",
|
|
"symlink-dir": "3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"crypto-pro-js": "^2.3.2"
|
|
}
|
|
}
|