v-intl-listformat
Version:
Tiny Vue component for Intl.ListFormat
72 lines (71 loc) • 2.37 kB
JSON
{
"name": "v-intl-listformat",
"description": "Tiny Vue component for Intl.ListFormat",
"version": "1.1.2",
"author": {
"name": "Vinayak Kulkarni",
"email": "vinayak.kulkarni@live.com",
"url": "https://vinayak.pw"
},
"private": false,
"main": "dist/v-intl-listformat.min.js",
"module": "dist/v-intl-listformat.esm.js",
"files": [
"dist/*"
],
"keywords": [
"vuejs",
"list format",
"rate",
"Intl.ListFormat",
"vue component for Intl.ListFormat",
"v-intl-listformat"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vinayakkulkarni/v-intl-listformat.git"
},
"scripts": {
"test": "npm run bundle && karma start karma.conf.js",
"test-watch": "karma start karma.conf.js --no-single-run",
"build": "npm run bundle && npm run bundle:min",
"bundle": "rollup -c build/rollup.conf.js",
"bundle:min": "rollup -c build/rollup.min.conf.js",
"lint": "eslint 'src/**/*.{js,vue}'"
},
"devDependencies": {
"aliasify": "^2.1.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^4.7.0",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"karma-browserify": "^6.0.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "^0.0.32",
"phantomjs-prebuilt": "^2.1.16",
"rollup": "^0.59.4",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-vue": "^4.7.2",
"vue": "^2.6.9",
"vue-template-compiler": "^2.6.9",
"watchify": "^3.11.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vinayakkulkarni/v-intl-listformat/issues"
},
"homepage": "https://github.com/vinayakkulkarni/v-intl-listformat#readme"
}