16 lines
290 B
JSON
16 lines
290 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|