From 507de68f7d3f5276706d1e07c94644e34db9747b Mon Sep 17 00:00:00 2001 From: David Rogers Date: Wed, 28 Jan 2015 12:36:31 -0500 Subject: [PATCH] Adding lodash... --- .gitignore | 1 + package.json | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json new file mode 100644 index 0000000..bb23c10 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "fee--2015--spring", + "version": "1.0.0", + "description": "Class repository for FEE 2015 Spring at The Iron Yard Orlando", + "main": "index.js", + "dependencies": { + "lodash": "^3.0.0" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/theironyard--orlando/fee--2015--spring.git" + }, + "author": "David Rogers ", + "license": "CC0", + "bugs": { + "url": "https://github.com/theironyard--orlando/fee--2015--spring/issues" + }, + "homepage": "https://github.com/theironyard--orlando/fee--2015--spring" +}