1 | {
|
2 | "name": "@fonticonpicker/fonticonpicker",
|
3 | "version": "3.1.1",
|
4 | "description": "jQuery Plugin which allows you to include a simple icon picker with search and pagination inside your administration forms.",
|
5 | "main": "dist/js/jquery.fonticonpicker.min.js",
|
6 | "scripts": {
|
7 | "test": "gulp lint && jest",
|
8 | "build": "gulp build",
|
9 | "serve": "gulp serve",
|
10 | "prepare": "gulp build"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git+https://github.com/fontIconPicker/fontIconPicker"
|
15 | },
|
16 | "keywords": [
|
17 | "jquery",
|
18 | "font",
|
19 | "picker",
|
20 | "iconpicker",
|
21 | "fontpicker"
|
22 | ],
|
23 | "author": "Swashata Ghosh <swashata4u@gmail.com> (https://wpquark.com)",
|
24 | "contributors": [
|
25 | "Alessandro Benoit <micc83@gmail.com> (http://codeb.it/)"
|
26 | ],
|
27 | "license": "MIT",
|
28 | "bugs": {
|
29 | "url": "https://github.com/fontIconPicker/fontIconPicker/issues"
|
30 | },
|
31 | "homepage": "https://fonticonpicker.github.io",
|
32 | "devDependencies": {
|
33 | "@babel/cli": "^7.0.0-beta.42",
|
34 | "@babel/core": "^7.0.0-beta.42",
|
35 | "@babel/plugin-external-helpers": "^7.0.0-beta.42",
|
36 | "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.42",
|
37 | "@babel/preset-env": "^7.0.0-beta.42",
|
38 | "@commitlint/cli": "^6.1.3",
|
39 | "@commitlint/config-conventional": "^6.1.3",
|
40 | "autoprefixer": "^8.1.0",
|
41 | "babel-core": "^7.0.0-bridge.0",
|
42 | "babel-jest": "^22.4.3",
|
43 | "browser-sync": "^2.23.6",
|
44 | "cssnano": "^3.10.0",
|
45 | "cypress": "^2.1.0",
|
46 | "del": "^3.0.0",
|
47 | "eslint": "^4.18.2",
|
48 | "eslint-config-wordpress": "^2.0.0",
|
49 | "gulp": "^4.0.0",
|
50 | "gulp-eslint": "^4.0.2",
|
51 | "gulp-postcss": "^7.0.1",
|
52 | "gulp-rename": "^1.2.2",
|
53 | "gulp-sass": "^3.1.0",
|
54 | "gulp-sourcemaps": "^2.6.4",
|
55 | "gulp-stylelint": "^7.0.0",
|
56 | "husky": "^0.15.0-rc.13",
|
57 | "jest": "^22.4.3",
|
58 | "jest-environment-jsdom": "^22.4.3",
|
59 | "jest-environment-jsdom-global": "^1.0.3",
|
60 | "jquery": "^3.3.1",
|
61 | "npm": "^5.7.1",
|
62 | "postcss-banner": "^3.0.0",
|
63 | "rollup": "^0.57.1",
|
64 | "rollup-plugin-babel": "^4.0.0-beta.2",
|
65 | "rollup-plugin-node-resolve": "^3.3.0",
|
66 | "rollup-plugin-uglify": "^3.0.0",
|
67 | "stylelint": "^9.1.3",
|
68 | "stylelint-config-recommended-scss": "^3.1.0",
|
69 | "stylelint-scss": "^2.5.0"
|
70 | },
|
71 | "peerDependencies": {
|
72 | "jquery": ">=1.12.4"
|
73 | },
|
74 | "engines": {
|
75 | "node": ">=8.0.0",
|
76 | "npm": ">= 5.0.0"
|
77 | },
|
78 | "publishConfig": {
|
79 | "access": "public"
|
80 | },
|
81 | "husky": {
|
82 | "hooks": {
|
83 | "commit-msg": "commitlint -e $GIT_PARAMS",
|
84 | "pre-push": "gulp lint"
|
85 | }
|
86 | }
|
87 | }
|