-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish npm package close #3
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "open-accessibility", | ||
"version": "0.0.2", | ||
"author": "Jossef Harush", | ||
"description": "Free accessability tools menu for website maintainers powered by jQuery", | ||
"keywords": [ | ||
"accessibility", | ||
"accessibility icons", | ||
"accessibility menu", | ||
"text zoom", | ||
"open-accessibility" | ||
], | ||
"main": [ | ||
"dist/open-accessability.min.css", | ||
"dist/open-accessability.min.js" | ||
], | ||
"license": "Apache-2.0", | ||
"homepage": "https://jossef.github.io/open-accessability/", | ||
"dependencies": { | ||
"jquery": "*" | ||
} | ||
} |
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