first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
27
node_modules/amator/package.json
generated
vendored
Normal file
27
node_modules/amator/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "amator",
|
||||
"version": "1.1.0",
|
||||
"description": "Tiny animation library",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "tap test/*.js",
|
||||
"build": "browserify -s amator ./index.js > dist/amator.js && uglifyjs dist/amator.js > dist/amator.min.js"
|
||||
},
|
||||
"keywords": [
|
||||
"animation",
|
||||
"small",
|
||||
"library"
|
||||
],
|
||||
"author": "Andrei Kashcha",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/anvaka/amator"
|
||||
},
|
||||
"dependencies": {
|
||||
"bezier-easing": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap": "^5.7.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue