This repository has been archived by the owner on May 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a95c6cc
commit f9fb178
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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" | ||
|