{ "name": "feather-icons", "version": "0.0.0-development", "description": "Simply beautiful open source icons", "main": "dist/feather.js", "files": [ "dist" ], "scripts": { "all": "npm-run-all --sequential build lint test", "build": "./bin/build.sh", "lint": "eslint .", "test": "jest", "cm": "git-cz", "precommit": "lint-staged", "commitmsg": "commitlint --edit" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "classnames": "^2.2.5" }, "devDependencies": { "@commitlint/cli": "^5.2.5", "@commitlint/config-angular": "^5.1.1", "algoliasearch": "^3.27.1", "babel-cli": "^6.24.1", "babel-loader": "^7.1.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.24.1", "cheerio": "^1.0.0-rc.2", "commitizen": "^2.9.6", "core-js": "^2.5.3", "cz-conventional-changelog": "^2.1.0", "eslint": "^4.15.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.5.0", "eslint-plugin-prettier": "^2.5.0", "html-minifier": "^3.5.8", "husky": "^0.14.3", "jest": "^21.2.1", "lint-staged": "^6.0.0", "npm-run-all": "^4.1.2", "prettier": "^1.8.2", "rimraf": "^2.6.2", "semantic-release": "^12.2.2", "svgo": "^0.7.2", "webpack": "^3.10.0" }, "repository": { "type": "git", "url": "https://github.com/feathericons/feather.git" }, "author": "Cole Bemis (http://colebemis.com)", "license": "MIT" }