{ "name": "@fortawesome/vue-fontawesome", "description": "Official Vue component for Font Awesome 5", "version": "0.1.10", "main": "index.js", "module": "index.es.js", "jsnext:main": "index.es.js", "types": "index.d.ts", "homepage": "https://github.com/FortAwesome/vue-fontawesome", "repository": { "type": "git", "url": "https://github.com/FortAwesome/vue-fontawesome.git" }, "contributors": [ "Travis Chase ", "Rob Madole ", "SirLamer ", "Liu Xinyu ", "Xaver Schulz ", "Yannick Ihmels ", "btaens ", "David Driscoll ", "Tyranteon " ], "license": "MIT", "scripts": { "build": "rollup -c rollup.config.js", "dist": "cross-env NODE_ENV=production npm run build", "test": "jest", "prepack": "npm run dist" }, "lint-staged": { "README.md": [ "markdown-toc -i", "git add" ] }, "peerDependencies": { "@fortawesome/fontawesome-svg-core": ">= 1.2.0 < 1.3", "vue": "~2" }, "devDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.0", "babel-core": "^6.26.0", "babel-jest": "^23.6.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-3": "^6.24.1", "concurrently": "^4.1.0", "cross-env": "^5.1.1", "humps": "^2.0.1", "husky": "^1.1.2", "jest": "^23.6.0", "lint-staged": "^8.1.0", "markdown-toc": "^1.2.0", "rollup": "^0.57.1", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-commonjs": "^9.1.0", "rollup-plugin-node-resolve": "^3.0.0", "vue": "^2.4.4" }, "dependencies": {}, "husky": { "hooks": { "pre-commit": "lint-staged" } } }