diff --git a/package.json b/package.json new file mode 100644 index 0000000..576307d --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "project-leap", + "version": "0.8.8", + "description": "An internal CSS library made for Treehouse, which contains immutable utility classes", + "main": "_sass/leap/", + "repository": { + "type": "git", + "url": "git+https://github.com/treehouse/project-leap.git" + }, + "keywords": [ + "styleguide", + "css", + "sass" + ], + "author": "Chris Michel ", + "license": "MIT", + "homepage": "https://github.com/treehouse/project-leap#readme" +}