From 27abf4450451ed513e180c4681f8a31e9f508834 Mon Sep 17 00:00:00 2001 From: marwen kheder Date: Tue, 6 Mar 2018 11:44:42 +0100 Subject: [PATCH] Add package manifest --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..7909e506 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "jcrop", + "version": "0.9.12", + "description": "Jcrop Image Cropping Plugin ===========================", + "main": [ + "js/jquery.Jcrop.js", + "css/jquery.Jcrop.css" + ], + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tapmodo/Jcrop" + }, + "author": "Tapmodo ", + "keywords": [ "img", "image", "form", "crop", "cropping", "cropper" ], + "license": "MIT", + "bugs": { + "url": "https://github.com/kh3dr0n/Jcrop/issues" + }, + "homepage": "https://github.com/tapmodo/Jcrop", + "ignore": [ + "**/.*", + "build", + "demos", + "node_modules", + "bower_components" + ] +}