mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-05-28 22:14:06 +03:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "vue-tribute",
|
|
"version": "0.1.3",
|
|
"description": "A Vue.js wrapper for Zurb's Tribute library for native @mentions",
|
|
"license": "MIT",
|
|
"repository": "syropian/vue-tribute",
|
|
"author": {
|
|
"name": "Collin Henderson",
|
|
"email": "collin@syropia.net",
|
|
"url": "http://syropia.net"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"build:all": "npm run build && npm run build:umd",
|
|
"build": "BUILD_ENV=cjs rollup -c",
|
|
"build:umd": "BUILD_ENV=umd rollup -c",
|
|
"example": "vbuild --dev",
|
|
"example:build": "vbuild -t VueTribute",
|
|
"test": "karma start karma.conf.js --single-run true --auto-watch false",
|
|
"watch-test": "karma start karma.conf.js --single-run false --auto-watch true",
|
|
"lint": "eslint src"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.umd.js"
|
|
],
|
|
"keywords": [
|
|
"tribute",
|
|
"mention",
|
|
"input",
|
|
"Vue"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"aliasify": "^2.0.0",
|
|
"babel-core": "^6.11.4",
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-preset-es2015-rollup": "^1.1.1",
|
|
"babel-runtime": "^6.9.2",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^13.0.1",
|
|
"eslint": "^3.1.1",
|
|
"eslint-config-standard": "^5.3.5",
|
|
"eslint-plugin-promise": "^2.0.0",
|
|
"eslint-plugin-standard": "^2.0.0",
|
|
"jasmine-core": "^2.4.1",
|
|
"karma": "^1.1.1",
|
|
"karma-browserify": "^5.1.0",
|
|
"karma-jasmine": "^1.0.2",
|
|
"karma-phantomjs-launcher": "^1.0.1",
|
|
"karma-spec-reporter": "0.0.26",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"rollup": "^0.33.0",
|
|
"rollup-plugin-babel": "^2.6.1",
|
|
"tributejs": "^2.0.3",
|
|
"vue": "^1.0.26",
|
|
"watchify": "^3.7.0"
|
|
}
|
|
}
|