Skip to content

Commit

Permalink
Adding lodash...
Browse files Browse the repository at this point in the history
  • Loading branch information
al-the-x committed Jan 28, 2015
1 parent 0572f15 commit 507de68
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "CC0",
"bugs": {
"url": "https://github.com/theironyard--orlando/fee--2015--spring/issues"
},
"homepage": "https://github.com/theironyard--orlando/fee--2015--spring"
}

0 comments on commit 507de68

Please sign in to comment.