mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-05-17 04:29:38 +03:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "vue-tribute",
|
|
"version": "1.0.3",
|
|
"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",
|
|
"test:watch": "jest --watchAll",
|
|
"example": "poi example/index.js",
|
|
"example:build": "rm -rf example/dist && poi build",
|
|
"example:deploy": "git subtree push --prefix example/dist origin gh-pages",
|
|
"version": "npm run example:deploy"
|
|
},
|
|
"poi": {
|
|
"entry": "example/index.js",
|
|
"outDir": "example/dist",
|
|
"publicPath": "/vue-tribute/"
|
|
},
|
|
"bili": {
|
|
"format": [
|
|
"cjs",
|
|
"umd",
|
|
"umd-min",
|
|
"es"
|
|
],
|
|
"moduleName": "VueTribute"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
|
"babel-jest": "^24.0.0",
|
|
"bili": "^3.0.4",
|
|
"jest": "^24.0.0",
|
|
"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"
|
|
}
|
|
}
|