UNPKG

animation-composition

Version:
41 lines (40 loc) 1.02 kB
{ "name": "animation-composition", "version": "2.2.0", "description": "Compose Sprite Animation Layers", "main": "dist/animation-composition.js", "scripts": { "test": "python -m SimpleHTTPServer", "build": "babel lib --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/iamJoeTaylor/animation-composition.git" }, "keywords": [ "sprite", "animation", "mask", "frames" ], "author": "Joe Taylor <iamjoetaylor@gmail.com>", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "license": "MIT", "bugs": { "url": "https://github.com/iamJoeTaylor/animation-composition/issues" }, "babel": { "plugins": [ "transform-es2015-modules-umd" ], "presets": ["es2015"] }, "homepage": "https://github.com/iamJoeTaylor/animation-composition#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-preset-es2015": "^6.24.1" } }