{
  "_args": [
    [
      "tween.js@^16.6.0",
      "/home/miguelangel/Escritorio/DuckHunt"
    ]
  ],
  "_from": "tween.js@>=16.6.0 <17.0.0",
  "_id": "tween.js@16.6.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/tween.js",
  "_nodeVersion": "6.9.4",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/tween.js-16.6.0.tgz_1485452055699_0.254351413808763"
  },
  "_npmUser": {
    "email": "listas@soledadpenades.com",
    "name": "sole"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "name": "tween.js",
    "raw": "tween.js@^16.6.0",
    "rawSpec": "^16.6.0",
    "scope": null,
    "spec": ">=16.6.0 <17.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tween.js/-/tween.js-16.6.0.tgz",
  "_shasum": "739104c9336cc4f11ee53f9ce7cede51e6723624",
  "_shrinkwrap": null,
  "_spec": "tween.js@^16.6.0",
  "_where": "/home/miguelangel/Escritorio/DuckHunt",
  "author": {
    "name": "tween.js contributors",
    "url": "https://github.com/tweenjs/tween.js/graphs/contributors"
  },
  "bugs": {
    "url": "https://github.com/tweenjs/tween.js/issues"
  },
  "dependencies": {},
  "deprecated": "This package has moved to @tweenjs/tween.js. Please update your dependencies.",
  "description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
  "devDependencies": {
    "jscs": "^2.2.0",
    "jshint": "^2.8.0",
    "nodeunit": "^0.9.1",
    "semantic-release": "^6.3.2"
  },
  "directories": {},
  "dist": {
    "shasum": "739104c9336cc4f11ee53f9ce7cede51e6723624",
    "tarball": "https://registry.npmjs.org/tween.js/-/tween.js-16.6.0.tgz"
  },
  "gitHead": "ae085330fbc0c4e7911c69e786bd3f697f95943f",
  "homepage": "https://github.com/tweenjs/tween.js",
  "keywords": [
    "interpolation",
    "tween"
  ],
  "license": "MIT",
  "main": "src/Tween.js",
  "maintainers": [
    {
      "name": "sole",
      "email": "listas@soledadpenades.com"
    }
  ],
  "name": "tween.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tweenjs/tween.js.git"
  },
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run test-unit && npm run test-correctness && npm run test-style",
    "test-correctness": "jshint --config test/jshintrc src/Tween.js",
    "test-style": "jscs --config test/jscs.json src/Tween.js",
    "test-unit": "nodeunit test/unit/nodeunitheadless.js"
  },
  "version": "16.6.0"
}
