mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-20 08:40:35 +03:00
1.0 release
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "vue-tribute",
|
||||
"version": "0.3.0",
|
||||
"description":
|
||||
"A Vue.js wrapper for Zurb's Tribute library for native @mentions",
|
||||
"main": "dist/vue-tribute.cjs.js",
|
||||
"module": "dist/vue-tribute.es.js",
|
||||
"unpkg": "dist/vue-tribute.min.js",
|
||||
"files": ["dist"],
|
||||
"repository": "https://github.com/syropian/vue-tribute",
|
||||
"author": "Collin Henderson <collin@syropia.net>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "bili",
|
||||
"test": "jest",
|
||||
"watch-test": "jest --watchAll",
|
||||
"example": "poi example/index.js",
|
||||
"example:build": "poi build"
|
||||
},
|
||||
"poi": {
|
||||
"entry": "example/index.js",
|
||||
"outDir": "example/dist"
|
||||
},
|
||||
"bili": {
|
||||
"format": ["cjs", "umd", "umd-min", "es"],
|
||||
"moduleName": "VueTribute"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "^22.4.1",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"bili": "^3.0.4",
|
||||
"jest": "^22.4.2",
|
||||
"node-sass": "^4.8.3",
|
||||
"poi": "^9.6.13",
|
||||
"rollup-plugin-vue": "^3.0.0",
|
||||
"sass-loader": "^6.0.7",
|
||||
"tributejs": "^3.2.0",
|
||||
"vue-test-utils": "^1.0.0-beta.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tributejs": "^2.0.0 || ^3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user