From 5fba8a527066cab12907429c6d886a76c552999b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 19 Oct 2014 17:54:13 +0400 Subject: [PATCH] Add package.json --- 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 0000000000..68f9317347 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "react-dnd", + "version": "0.0.0", + "description": "HTML5 drag and drop mixin for React with full DOM control", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/gaearon/react-dnd.git" + }, + "keywords": [ + "react", + "drag", + "and", + "drop", + "html5", + "draggable", + "droppable", + "mixin", + "javascript" + ], + "author": "Dan Abramov (http://github.com/gaearon)", + "license": "MIT", + "bugs": { + "url": "https://github.com/gaearon/react-dnd/issues" + }, + "homepage": "https://github.com/gaearon/react-dnd" +}