Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kleshnin committed Dec 30, 2015
1 parent a95c6cc commit f9fb178
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "html-to-hyperscript",
"repository": {
"type": "git",
"url": "https://github.com/ivan-kleshnin/html-to-hyperscript.git"
},
"version": "0.5.1",
"description": "Convert HTML to HyperScript (both syntaxes)",
"author": "Ivan Kleshnin <[email protected]> (paqmind.com)",
Expand All @@ -15,6 +19,9 @@
"release-major": "git checkout master && npm run build && git commit -a -m 'Build'; npm version major && git push origin master --tags && npm publish --access=public",
"release": "npm run release-patch"
},
"engines": {
"node": ">=4.2.2"
},
"dependencies": {
"parse5": "2.0.2",
"ramda": "0.18.0"
Expand Down

0 comments on commit f9fb178

Please sign in to comment.