You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
880 B
40 lines
880 B
|
3 years ago
|
{
|
||
|
|
"author": {
|
||
|
|
"name": "kaola-fed"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/vuejs/vue/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"config": {
|
||
|
|
"commitizen": {
|
||
|
|
"path": "./node_modules/cz-conventional-changelog"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "Reactive, component-oriented view layer for modern web interfaces.",
|
||
|
|
"devDependencies": {},
|
||
|
|
"homepage": "https://github.com/vuejs/vue#readme",
|
||
|
|
"jsdelivr": "dist/megalo.mp.esm.js",
|
||
|
|
"keywords": [
|
||
|
|
"vue"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"lint-staged": {
|
||
|
|
"*.js": [
|
||
|
|
"eslint --fix",
|
||
|
|
"git add"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"main": "dist/megalo.mp.esm.js",
|
||
|
|
"module": "dist/megalo.mp.esm.js",
|
||
|
|
"name": "megalo",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/vuejs/vue.git"
|
||
|
|
},
|
||
|
|
"typings": "types/index.d.ts",
|
||
|
|
"unpkg": "dist/megalo.mp.esm.js",
|
||
|
|
"version": "0.5.4"
|
||
|
|
}
|