UNPKG

transition-manager

Version:

Transition Manager. Framework independent transition manager to transition elements using states and actions.

59 lines (58 loc) 2.08 kB
{ "name": "transition-manager", "version": "0.0.17", "description": "Transition Manager. Framework independent transition manager to transition elements using states and actions.", "main": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/theboyWhoCriedWoolf/transition-manager.git" }, "scripts": { "prepublish": "npm run compile", "compile": "babel --ignore [regex] --blacklist regenerator -d lib/ src/", "server": "browser-sync start --no-inject-changes --no-open --server 'bin/simpleExample' ", "watch": "npm run server & fsmonitor -s '+*.js' !node_modules !lib/** !bin/** npm run build:dev", "build:all": "npm run build & npm run build:dev", "test": "npm run build", "build:dev": "browserify -d -e ./example/example.js -t babelify -t ejsify -o ./bin/simpleExample/example.js | browser-sync reload --files='*.js' ", "build": "./node_modules/browserify/bin/cmd.js -d -e ./src/index.js -t [ babelify --blacklist regenerator ] -o ./bin/transitionManager.js" }, "keywords": [ "fsm-transitions", "state-machine-animation", "transition", "transition-manager", "react-transitions", "backbone-transitions", "backbone-view-transitions", "animate" ], "tags": [ "transitions", "animation" ], "author": "tal.woolf <tal.woolf1.@gmail.com> (https://github.com/theboyWhoCriedWoolf)", "license": "MIT", "homepage": "https://github.com/theboyWhoCriedWoolf/transition-manager/README.md", "bugs": "https://github.com/theboyWhoCriedWoolf/transition-manager/issues", "contributors": [ "Roberto Cascavilla <snaptobrain@gmail.com> (http://www.otlabs.net/work/)" ], "dependencies": { "signals": "^1.0.0", "es6-promise": "^2.1.0" }, "devDependencies": { "babel": "^5.2.6", "babelify": "^6.0.2", "browser-sync": "^2.6.4", "browserify": "^10.1.0", "ejsify": "^1.0.0", "fsmonitor": "^0.2.4", "gsap": "^1.16.1", "jshint": "^2.7.0", "react": "^0.13.3", "reactify": "^1.1.0", "uglifyjs": "^2.4.10" } }