Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Add bower.json #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "mute-client",
"version": "0.1.2",
"description": "This library can be use in order to transform any textarea on your website into a real-time collaborative text editor. Modules can also be develop in order to set another network architecture or use another text editor.",
"main": "index.js",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MatthieuNICOLAS/mute-client"
},
"keywords": [
"crdt",
"websocket",
"real-time",
"collaborative-edition",
"ace-editor"
],
"author": "Matthieu Nicolas",
"licenses": [{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"
}],
"devDependencies": {
"browserify": "4.1.5",
"grunt": "0.4.5",
"grunt-browserify": "2.1.0",
"grunt-contrib-uglify": "0.4.0",
"mute-structs": "*",
"mute-utils": "*"
}
}