diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..dc1e2f5 --- /dev/null +++ b/bower.json @@ -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": "*" + } +} + \ No newline at end of file