julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
{
"_from": "@tweenjs/tween.js",
"_id": "@tweenjs/[email protected]",
"_inBundle": false,
"_integrity": "sha512-SPkhNj9/wGfbdX2C3B3KhttLQ4iesd+Ny8Dv1RnqF1MFUIqsZz/OJVLzJEHSEl7zheNx70dvqrwfbCFDQ0sWBw==",
"_location": "/@tweenjs/tween.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@tweenjs/tween.js",
"name": "@tweenjs/tween.js",
"escapedName": "@tweenjs%2ftween.js",
"scope": "@tweenjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-17.3.0.tgz",
"_shasum": "1cbea14b4b5baa292274c96766fd1b2a56b7ca9f",
"_spec": "@tweenjs/tween.js",
"_where": "/Users/gibbon/Desktop/web3d",
"author": {
"name": "tween.js contributors",
"url": "https://github.com/tweenjs/tween.js/graphs/contributors"
},
"bugs": {
"url": "https://github.com/tweenjs/tween.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"devDependencies": {
"jscs": "^2.11.0",
"jshint": "^2.9.4",
"nodeunit": "^0.9.5",
"semantic-release": "^6.3.2"
},
"homepage": "https://github.com/tweenjs/tween.js",
"keywords": [
"tween",
"interpolation"
],
"license": "MIT",
"main": "src/Tween.js",
"name": "@tweenjs/tween.js",
"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": "17.3.0"
}