Skip to content

Instantly share code, notes, and snippets.

@alyssacodes
alyssacodes / package.json
Created July 22, 2017 01:13 — forked from coryhouse/package.json
package.json for Building a JS Development Environment on Pluralsight
{
"name": "javascript-development-environment",
"version": "1.0.0",
"description": "JavaScript development environment Pluralsight course by Cory House",
"scripts": {
},
"author": "Cory House",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "1.0.0"
<?php
/**
* Created by PhpStorm.
* User: Alyssa
* Date: 1/16/2016
* Time: 1:12 PM
*/
$max_size = 30000; //30KB
$location = 'uploads/'; //where the file is going