This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
290 B
JSON
Raw Normal View History

2021-07-23 02:36:56 +02:00
{
"name": "vivus",
"description": "JavaScript library to make drawing animation on SVG",
"main": "dist/vivus.js",
"licence": "MIT",
"ignore": [
"assets/",
"src/",
"test/",
".gitignore",
".jshintrc",
"gulpfile.js",
"index.html",
"package.json"
]
}