flicker-alerts 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -11
package/package.json
CHANGED
@@ -1,22 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "flicker-alerts",
|
3
|
-
"version": "1.0.
|
4
|
-
"description": "Biblioteca para
|
3
|
+
"version": "1.0.3",
|
4
|
+
"description": "Biblioteca para alertas animados",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
8
8
|
},
|
9
9
|
"keywords": [
|
10
10
|
"alertas",
|
11
|
-
"flicker",
|
12
11
|
"javascript",
|
13
|
-
"
|
12
|
+
"notificações"
|
14
13
|
],
|
15
|
-
"author": "
|
16
|
-
"license": "MIT"
|
17
|
-
"dependencies": {},
|
18
|
-
"devDependencies": {},
|
19
|
-
"publishConfig": {
|
20
|
-
"access": "public"
|
21
|
-
}
|
14
|
+
"author": "",
|
15
|
+
"license": "MIT"
|
22
16
|
}
|