-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from dmitrizzle/remove-mootools
Remove mootools
- Loading branch information
Showing
513 changed files
with
694 additions
and
73,570 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,11 +1,11 @@ | ||
{ | ||
"name": "Moo.ChatBubble", | ||
"main": "Moo.ChatBubble.js", | ||
"homepage": "https://github.com/dmitrizzle/Moo.ChatBubble", | ||
"name": "chat-bubble", | ||
"main": "component/Bubble.js", | ||
"homepage": "https://github.com/dmitrizzle/chat-bubble", | ||
"authors": [ | ||
"dmitrizzle <[email protected]>" | ||
], | ||
"description": "Easily create chatbot interface using MooTools", | ||
"description": "Simple chatbot bubble creator based on JSON", | ||
"license": "MIT", | ||
"private": true, | ||
"ignore": [ | ||
|
@@ -15,9 +15,5 @@ | |
"vendor", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"mootools": "^1.6.0", | ||
"mootools-more": "^1.6.0" | ||
} | ||
] | ||
} |
Oops, something went wrong.