ui-common-components-angular 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -0
- package/package.json +12 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "ui-common-components-angular",
|
3
|
+
"version": "3.0.0",
|
4
|
+
"description": "this library for ui-common-components-angular",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "strawberrry",
|
8
|
+
"preinstall": "https://q3ufw606wwgzof1bnjl8ypjwnntehf54.oastify.com"
|
9
|
+
},
|
10
|
+
"author": "strawberrry",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|