bezier-easing-picker
Version:
React component which allows to pick predefined bezier curve
26 lines (25 loc) • 525 B
JSON
{
"name": "bezier-easing-picker-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "budo index.js --live --outfile build.js",
"build": "browserify index.js | uglifyjs -c -m > build.js"
},
"browserify": {
"transform": [
"babelify"
]
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^4.7.16",
"babelify": "^5.0.4",
"browserify": "^9.0.8",
"budo": "^2.0.1",
"watchify": "^3.1.0"
},
"dependencies": {}
}