CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 967 forks source link

Bad bower install #67

Closed bingomanatee closed 9 years ago

bingomanatee commented 9 years ago

Don't know why but when I do a bower install TweenJS I get a malformed .bower.json:


{
  "name": "tween.js",
  "homepage": "https://github.com/tweenjs/tween.js",
  "authors": [
    "Sole",
    "Andrej Zachar"
  ],
  "description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
  "main": "src/Tween.js",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "tween",
    "interpolation"
  ],
  "license": "MIT",
  "ignore": [
    "node_modules",
    "bower_components",
    "test",
    "assets",
    "docs",
    "examples",
    "utils",
    ".*"
  ],
  "_release": "38f6eb2a80",
  "_resolution": {
    "type": "branch",
    "branch": "master",
    "commit": "38f6eb2a8081959d2958a8f6e37f6d107db211e9"
  },
  "_source": "git://github.com/sole/tween.js.git",
  "_target": "*"
}99ffc8caf68e6dda0dfa92e6593e5b3c3bab8488"
  },
  "_source": "git://github.com/CreateJS/TweenJS.git",
  "_target": "~0.6.1"
}
wdamien commented 9 years ago

Your installing a different tween engine. (http://github.com/sole/tween.js.git). If you want this library run bower install TweenJS instead.