vues6/package.json

10 lines
290 B
JSON
Raw Permalink Normal View History

2020-04-25 12:38:56 +00:00
{
"name": "vues6",
2020-04-25 12:39:18 +00:00
"version": "0.2.0",
2020-04-25 12:38:56 +00:00
"description": "Use ES6 classes to define Vue.js components - without TypeScript!",
"main": "vues6.js",
"repository": "https://git.garrettmills.dev/garrettmills/vues6",
"author": "Garrett Mills <garrett@glmdev.tech>",
"license": "MIT"
}