keyshapejs
Version:
KeyshapeJS animation library
25 lines (24 loc) • 784 B
JSON
{
"name": "keyshapejs",
"version": "1.3.0",
"description": "KeyshapeJS animation library",
"main": "dist/keyshapejs.es.js",
"type": "module",
"scripts": {
"build": "node build.js && google-closure-compiler --js=keyshapejs.js --js_output_file=dist/keyshapejs.min.js --compilation_level ADVANCED_OPTIMIZATIONS --language_out ECMASCRIPT3 --externs externs-for-minifier.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pixofield/keyshapejs.git"
},
"keywords": [
"keyshape"
],
"author": "Pixofield Ltd",
"license": "MIT",
"homepage": "https://www.keyshapeapp.com",
"devDependencies": {
"google-closure-compiler": "^20230802.0.0"
}
}