UNPKG

1.59 kBJSONView Raw
1{
2 "name": "nuxt-fontawesome",
3 "version": "0.4.0",
4 "description": "Module to join nuxt and Fontawesome 5",
5 "keywords": [
6 "vue",
7 "nuxt",
8 "fontawesome",
9 "fontawesome 5"
10 ],
11 "license": "MIT",
12 "contributors": [
13 {
14 "name": "vaso2 <head@galley.online>"
15 }
16 ],
17 "main": "lib/module.js",
18 "publishConfig": {
19 "access": "public"
20 },
21 "scripts": {
22 "dev": "nuxt example",
23 "lint": "eslint lib test",
24 "test": "npm run lint && jest"
25 },
26 "eslintIgnore": [
27 "lib/templates/*.*"
28 ],
29 "files": [
30 "lib"
31 ],
32 "jest": {
33 "testEnvironment": "node",
34 "collectCoverage": true
35 },
36 "repository": {
37 "type": "git",
38 "url": "git+https://github.com/vaso2/nuxt-fontawesome.git"
39 },
40 "bugs": {
41 "url": "https://github.com/vaso2/nuxt-fontawesome/issues"
42 },
43 "homepage": "https://github.com/vaso2/nuxt-fontawesome#readme",
44 "dependencies": {
45 "@fortawesome/fontawesome-svg-core": "^1.2.12",
46 "@fortawesome/vue-fontawesome": "^0.1.4"
47 },
48 "devDependencies": {
49 "babel-eslint": "latest",
50 "codecov": "latest",
51 "eslint": "latest",
52 "eslint-config-standard": "latest",
53 "eslint-plugin-import": "latest",
54 "eslint-plugin-jest": "latest",
55 "eslint-plugin-node": "latest",
56 "eslint-plugin-promise": "latest",
57 "eslint-plugin-standard": "latest",
58 "eslint-plugin-vue": "latest",
59 "jest": "latest",
60 "jsdom": "latest",
61 "nuxt-edge": "latest",
62 "standard-version": "latest",
63 "@fortawesome/free-solid-svg-icons": "^5.6.3",
64 "@fortawesome/free-brands-svg-icons": "^5.6.3"
65 }
66}