es6-tween
Advanced tools
Comparing version 1.11.3 to 1.12.0
@@ -0,0 +0,0 @@ # CHANGELOG |
119
package.json
{ | ||
"name": "es6-tween", | ||
"version": "1.11.3", | ||
"description": "ES6 implementation of amazing tween.js", | ||
"main": "dist/Tween.js", | ||
"directories": { | ||
"example": "examples" | ||
}, | ||
"scripts": { | ||
"build": "webpack --env build", | ||
"source": "webpack --progress --colors --env dev", | ||
"dev": "webpack --progress --colors --watch --env dev", | ||
"dist": "npm run source && npm run build", | ||
"dist_test": "npm run dist && npm run test", | ||
"test": "npm run test-unit && npm run test-correctness && npm run test-style", | ||
"test-unit": "nodeunit test/unit/nodeunitheadless.js", | ||
"test-correctness": "jshint --config test/jshintrc src/Tween.js", | ||
"test-style": "jscs --config test/jscs.json src/Tween.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tweenjs/es6-tween.git" | ||
}, | ||
"keywords": [ | ||
"tween", | ||
"tweening", | ||
"es6", | ||
"numeric", | ||
"interpolation", | ||
"easing", | ||
"emit" | ||
], | ||
"author": "es6-tween contributors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tweenjs/es6-tween/issues" | ||
}, | ||
"homepage": "https://github.com/tweenjs/es6-tween#readme", | ||
"devDependencies": { | ||
"babel": "6.5.2", | ||
"babel-core": "6.22.1", | ||
"babel-eslint": "7.1.1", | ||
"babel-loader": "6.2.10", | ||
"babel-plugin-add-module-exports": "0.1.2", | ||
"babel-plugin-transform-es2015-classes": "latest", | ||
"babel-plugin-transform-proto-to-assign": "latest", | ||
"babel-plugin-transform-react-jsx": "latest", | ||
"babel-preset-es2015": "6.22.0", | ||
"eslint": "1.7.2", | ||
"eslint-loader": "1.6.1", | ||
"webpack": "2.2.1", | ||
"yargs": "6.6.0", | ||
"jscs": "^2.2.0", | ||
"jshint": "^2.8.0", | ||
"nodeunit": "^0.9.1" | ||
}, | ||
"dependencies": {} | ||
} | ||
"name": "es6-tween", | ||
"version": "1.12.0", | ||
"description": "ES6 implementation of amazing tween.js", | ||
"main": "dist/Tween.js", | ||
"directories": { | ||
"example": "examples" | ||
}, | ||
"scripts": { | ||
"build": "webpack --env build", | ||
"source": "webpack --progress --colors --env dev", | ||
"dev": "webpack --progress --colors --watch --env dev", | ||
"dist": "npm run source && npm run build", | ||
"dist_test": "npm run dist && npm run test", | ||
"test": "npm run test-unit && npm run test-correctness && npm run test-style", | ||
"test-unit": "nodeunit test/unit/nodeunitheadless.js", | ||
"test-correctness": "jshint --config test/jshintrc src/Tween.js", | ||
"test-style": "jscs --config test/jscs.json src/Tween.js", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post --owner=sole --user=dalisoft" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tweenjs/es6-tween.git" | ||
}, | ||
"keywords": [ | ||
"tween", | ||
"tweening", | ||
"es6", | ||
"numeric", | ||
"interpolation", | ||
"easing", | ||
"emit" | ||
], | ||
"author": "es6-tween contributors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tweenjs/es6-tween/issues" | ||
}, | ||
"release": { | ||
"branch": "master" | ||
}, | ||
"homepage": "https://github.com/tweenjs/es6-tween#readme", | ||
"devDependencies": { | ||
"babel": "6.5.2", | ||
"babel-core": "6.22.1", | ||
"babel-eslint": "7.1.1", | ||
"babel-loader": "6.2.10", | ||
"babel-plugin-add-module-exports": "0.1.2", | ||
"babel-plugin-transform-es2015-classes": "latest", | ||
"babel-plugin-transform-proto-to-assign": "latest", | ||
"babel-plugin-transform-react-jsx": "latest", | ||
"babel-preset-es2015": "6.22.0", | ||
"eslint": "1.7.2", | ||
"eslint-loader": "1.6.1", | ||
"webpack": "2.2.1", | ||
"yargs": "6.6.0", | ||
"jscs": "^2.2.0", | ||
"jshint": "^2.8.0", | ||
"nodeunit": "^0.9.1", | ||
"semantic-release": "latest" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -0,0 +0,0 @@ # es6-tween |
@@ -0,0 +0,0 @@ import Tween from './Tween'; |
@@ -0,0 +0,0 @@ import cloneTween from './clone'; |
@@ -0,0 +0,0 @@ export default function joinToString (__array__like) { |
@@ -0,0 +0,0 @@ const cache = { |
@@ -0,0 +0,0 @@ import Tween from './Tween'; |
@@ -0,0 +0,0 @@ export default function toNumber(val) { |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ if ( Array.isArray === undefined ) { |
@@ -0,1 +1,3 @@ | ||
/* Shims will be deprecated in next update */ | ||
import './shim/object_assign'; | ||
@@ -2,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3236
458049
17