vue-sprinklecompleted
Version:
This is a simple vue and anime js component that creates a spinning oval with text in it.
42 lines (41 loc) • 1.01 kB
JSON
{
"private": false,
"name": "vue-sprinklecompleted",
"version": "1.2.3",
"description": "This is a simple vue and anime js component that creates a spinning oval with text in it.",
"main": "./dist/index.cjs.js",
"scripts": {
"dev": "vue serve VueSprinkleCompleted.vue",
"build": "bili --name index --plugin vue --vue.css false"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SupahSprinkle/sprinklecompleted.git"
},
"keywords": [
"sprinkle",
"completed",
"vuejs",
"animejs",
"animation",
"vue",
"animation"
],
"author": "Alisha Sprinkle",
"license": "MIT",
"bugs": {
"url": "https://github.com/SupahSprinkle/sprinklecompleted/issues"
},
"homepage": "https://github.com/SupahSprinkle/sprinklecompleted#readme",
"dependencies": {
"animejs": "^3.1.0"
},
"devDependencies": {
"bili": "^4.8.1",
"rollup-plugin-vue": "^5.1.1",
"vue-template-compiler": "^2.6.10"
}
}