UNPKG

kinet

Version:

Animate stuff with kinetic force.

33 lines (32 loc) 818 B
{ "name": "kinet", "version": "2.2.1", "description": "Animate stuff with kinetic force.", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "babel --presets es2015,stage-0 -d lib/ src/", "build": "webpack-cli", "prepublish": "npm run compile && npm run build" }, "author": "Georgy Marchuk", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gmrchk/kinet.git" }, "keywords": [ "kinetic", "animation" ], "dependencies": {}, "devDependencies": { "babel-cli": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "uglifyjs-webpack-plugin": "^1.2.5", "webpack": "^4.8.3", "webpack-cli": "^2.1.3" } }