UNPKG

aurelia-fontawesome

Version:

Aurelia wrapper around the font awesome 5 library

93 lines (92 loc) 2.83 kB
{ "name": "aurelia-fontawesome", "version": "1.0.0-beta.1", "description": "Aurelia wrapper around the font awesome 5 library", "keywords": [ "aurelia", "fontawesome", "fortawesome", "icon" ], "main": "dist/commonjs/index.js", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/pinterweb/aurelia-fontawesome.git" }, "author": "Jeremy Zagorski <jmzagorski@gmail.com>", "license": "MIT", "peerDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.25" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.25", "aurelia-framework": "^1.3.1" }, "devDependencies": { "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.2.0", "@fortawesome/free-brands-svg-icons": "^5.10.2", "@fortawesome/free-regular-svg-icons": "^5.11.2", "@fortawesome/free-solid-svg-icons": "^5.10.2", "@types/jasmine": "^2.8.9", "@types/node": "^10.11.6", "@typescript-eslint/eslint-plugin": "^2.6.0", "@typescript-eslint/parser": "^2.6.0", "aurelia-animator-css": "^1.0.4", "aurelia-bootstrapper": "^2.3.2", "aurelia-cli": "^1.0.2", "aurelia-testing": "^1.0.0", "aurelia-tools": "^2.0.0", "browser-sync": "^2.26.3", "connect-history-api-fallback": "^1.6.0", "debounce": "^1.2.0", "del": "^3.0.0", "eslint": "^6.6.0", "eslint-config-prettier": "^6.5.0", "eslint-plugin-prettier": "^3.1.1", "gulp": "^4.0.0", "gulp-eslint": "^6.0.0", "gulp-notify": "^3.2.0", "gulp-plumber": "^1.2.1", "gulp-rename": "^1.4.0", "gulp-typescript": "^5.0.0", "gulp-watch": "^5.0.1", "husky": "^3.0.9", "jasmine-core": "^3.2.1", "karma": "^4.1.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "^2.0.1", "karma-sourcemap-loader": "^0.3.7", "karma-typescript-preprocessor": "^0.4.0", "minimatch": "^3.0.4", "prettier": "^1.18.2", "pretty-quick": "^2.0.0", "promise-polyfill": "^8.1.0", "requirejs": "^2.3.6", "standard-version": "^7.0.0", "text": "requirejs/text#latest", "through2": "^3.0.0", "typescript": "^3.1.2", "vinyl-fs": "^3.0.3" }, "scripts": { "build": "au build-plugin", "start": "au run --open", "prepare": "npm run build", "pretest": "npm run lint", "preversion": "npm run test", "test": "au test", "test:watch": "au test --watch", "lint": "au lint", "prerelease": "npm run test && npm run build", "release": "git add dist/ && standard-version --commit-all --infile ./doc/CHANGELOG.md" }, "engines": { "node": ">=8.9.0" }, "module": "dist/native-modules/index.js" }