Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 19, 2014
1 parent 190bcf2 commit 5fba8a5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions 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 <dan.abramov@me.com> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-dnd/issues"
},
"homepage": "https://github.com/gaearon/react-dnd"
}

0 comments on commit 5fba8a5

Please sign in to comment.