es6-tween
Version:
ES6 implementation of amazing tween.js
61 lines (60 loc) • 1.79 kB
JSON
{
"name": "es6-tween",
"version": "1.0.4",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tweenjs/es6-tween.git"
},
"keywords": [
"tween",
"tweening",
"es6",
"numeric",
"interpolation",
"easing",
"emit"
],
"author": "sole, dalisoft",
"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",
"semantic-release": "^6.3.2"
},
"dependencies": {}
}