mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-07 20:42:27 +03:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "vue-tribute",
|
|
"version": "1.0.1",
|
|
"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/core": "^7.0.0-beta.42",
|
|
"@vue/test-utils": "^1.0.0-beta.12",
|
|
"babel-core": "^7.0.0-0",
|
|
"babel-jest": "^22.4.3",
|
|
"babel-preset-env": "^1.6.1",
|
|
"bili": "^3.0.4",
|
|
"jest": "^22.4.2",
|
|
"node-sass": "^4.8.3",
|
|
"poi": "^10.0.0-beta.6",
|
|
"sass-loader": "^6.0.7",
|
|
"tributejs": "^3.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"tributejs": "^2.0.0 || ^3.0"
|
|
}
|
|
}
|