Skip to content

Commit

Permalink
Merge pull request #40 from insin/npm
Browse files Browse the repository at this point in the history
Add package.json for npm publishing
  • Loading branch information
kumailht committed Nov 14, 2015
2 parents c2139cc + eb12134 commit 58e97a2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "gridforms",
"version": "1.0.6",
"description": "Data entry can be beautiful",
"files": [
"gridforms"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kumailht/gridforms.git"
},
"keywords": [
"responsive",
"grid",
"forms"
],
"author": "Kumail Hunaid <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumailht/gridforms/issues"
},
"homepage": "https://github.com/kumailht/gridforms#readme"
}

0 comments on commit 58e97a2

Please sign in to comment.