28 lines
682 B
JSON
Raw Normal View History

2018-09-19 11:35:38 -04:00
{
"name": "@vue/reactivity",
2018-09-19 11:35:38 -04:00
"version": "3.0.0-alpha.1",
"description": "@vue/reactivity",
2018-09-19 11:35:38 -04:00
"main": "index.js",
"module": "dist/reactivity.esm-bundler.js",
2018-10-16 17:41:59 -04:00
"types": "dist/index.d.ts",
"unpkg": "dist/reactivity.global.js",
2018-09-20 00:02:48 -04:00
"sideEffects": false,
2018-09-19 11:35:38 -04:00
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue.git"
},
"buildOptions": {
"name": "VueObserver",
2018-09-19 12:46:55 -04:00
"formats": ["esm", "cjs", "global", "esm-browser"]
2018-09-19 11:35:38 -04:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue/issues"
},
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/reactivity#readme"
2018-09-19 11:35:38 -04:00
}