nihilpossimus
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
25 lines (24 loc) • 571 B
JSON
{
"name": "@vue-js-cron/docs",
"version": "0.0.1",
"description": "vue-js-cron documentation",
"main": "index.js",
"private": true,
"authors": {
"name": "Andreas Bichinger",
"email": "andreas.bichinger@gmail.com"
},
"repository": "https://github.com/abichinger/vue-js-cron/@vue-js-cron/docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.8.2"
},
"dependencies": {
"@vue-js-cron/core": "1.0.0",
"@vue-js-cron/vuetify": "1.0.1"
}
}