cubicbezier
Version:
function to generate cubicbezier lines.
39 lines • 739 B
JSON
{
"name": "cubicbezier",
"description": "贝塞尔曲线函数",
"version": "0.1.1",
"contributors": [
{
"name": "mr.raindrop",
"email": "tekkahs@gmail.com"
}
],
"repository": {
"type": "git",
"url": ""
},
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-commonizor": "^0.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-depconcat": "~0.2.0"
},
"dependencies": {},
"keywords": [
"lib",
"cubicbezier"
],
"main": "build/cubicbezier.common.js"
}