mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-05-17 04:49:39 +03:00
48 lines
1.3 KiB
JSON
48 lines
1.3 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",
|
|
"example:deploy": "git subtree push --prefix example/dist origin gh-pages",
|
|
"version": "npm run example:deploy"
|
|
},
|
|
"poi": {
|
|
"entry": "example/index.js",
|
|
"outDir": "example/dist",
|
|
"homepage": "/vue-tribute/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|