diff --git a/bower.json b/bower.json index 4926042..05c2e68 100644 --- a/bower.json +++ b/bower.json @@ -1,32 +1,12 @@ { "name": "mojs-player", - "version": "1.0.0", + "version": "1.2.0", "description": "Player controls for [mojs](mojs.github.io). Intended to help you to craft `mojs` animation sequences.", "main": "build/mojs-player.min.js", - "authors": [ - "Oleg Solomka" - ], + "authors": ["Oleg Solomka"], "license": "MIT", - "keywords": [ - "motion", - "effects", - "animation", - "motion", - "graphics", - "player" - ], + "keywords": ["motion", "effects", "animation", "motion", "graphics", "player"], "homepage": "https://github.com/mojs/mojs-player", - "moduleType": [ - "amd", - "node", - "es6", - "globals" - ], - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} + "moduleType": ["amd", "node", "es6", "globals"], + "ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"] +} \ No newline at end of file