diff --git a/package-lock.json b/package-lock.json index 5650155..6ba6bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,8 @@ { - "requires": true, + "name": "contain-element", + "version": "1.6.2", "lockfileVersion": 1, + "requires": true, "dependencies": { "ansi-regex": { "version": "2.1.1", diff --git a/package.json b/package.json index 413d371..b4f4cc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,48 @@ { + "name": "contain-element", + "description": "A JavaScript plugin to contain an element within its parent element.", + "version": "1.6.2", + "license": "MIT", + "main": "contain-element.min.js", + "homepage": "https://github.com/WilliamsNY/contain-element", + "readmeFilename": "README.md", + "repository": { + "type": "git", + "url": "git+https://github.com/WilliamsNY/contain-element.git" + }, + "author": { + "name": "Kevin MacMartin", + "url": "https://github.com/prurigro" + }, + "contributors": [ + { + "name": "Luke Evers", + "url": "https://github.com/lukevers" + } + ], + "keywords": [ + "javascript", + "contain", + "cover", + "scale", + "fit", + "object-fit", + "width", + "height", + "parent", + "child", + "element", + "alignment", + "horizontal", + "vertical", + "aspect-ratio" + ], "devDependencies": { "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-uglify": "^3.0.0" + }, + "scripts": { + "start": "gulp" } }