mimir-ui-kit 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/index.js +9 -0
- package/package.json +15 -0
package/README.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Корпоративный UI-kit компании Газпромбанк Автолизинг
|
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
{
|
2
|
+
"name": "mimir-ui-kit",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"description": "Корпоративный UI-kit компании Газпромбанк Автолизинг",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "https://git.autogpbl.ru/PonomarevAI/mimir-autogpbl-ui-kit.git"
|
12
|
+
},
|
13
|
+
"author": "",
|
14
|
+
"license": "ISC"
|
15
|
+
}
|