feather/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2017-03-01 02:40:11 +03:00
{
2017-06-02 09:20:59 +03:00
"name": "feather-icons",
2017-06-05 10:28:24 +03:00
"version": "0.0.0-development",
2017-06-04 11:03:46 +03:00
"description": "Simply beautiful open source icons",
2017-07-04 00:13:34 +03:00
"main": "dist/feather.js",
"files": [
"dist"
],
2017-05-13 12:36:11 +03:00
"scripts": {
"start": "npm-run-all --sequential build lint test",
"build": "./bin/build.sh",
"lint": "eslint .",
"test": "jest",
2017-06-05 10:28:24 +03:00
"commitmsg": "validate-commit-msg",
"cm": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
2017-05-13 12:36:11 +03:00
},
"dependencies": {
"classnames": "^2.2.5"
},
2017-05-13 12:36:11 +03:00
"devDependencies": {
2017-07-04 00:13:34 +03:00
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
2017-07-04 00:13:34 +03:00
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
2017-11-13 19:13:11 +03:00
"cheerio": "^1.0.0-rc.2",
2017-06-05 10:28:24 +03:00
"commitizen": "^2.9.6",
2017-07-04 00:13:34 +03:00
"core-js": "^2.4.1",
"cz-conventional-changelog": "^2.1.0",
2017-07-04 00:13:34 +03:00
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.5.0",
2017-06-05 10:28:24 +03:00
"husky": "^0.13.4",
2017-11-13 19:13:11 +03:00
"jest": "^21.2.1",
"npm-run-all": "^4.1.2",
2017-07-04 00:13:34 +03:00
"parse5": "^3.0.2",
2017-11-13 19:13:11 +03:00
"prettier": "^1.8.2",
"rimraf": "^2.6.2",
2017-07-04 00:13:34 +03:00
"rsvp": "^3.6.0",
2017-06-05 10:28:24 +03:00
"semantic-release": "^6.3.6",
"svgo": "^0.7.2",
2017-07-04 00:13:34 +03:00
"validate-commit-msg": "^2.12.1",
"webpack": "^3.0.0"
2017-06-05 10:28:24 +03:00
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
2017-06-04 11:03:46 +03:00
},
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"license": "MIT"
2017-05-13 12:36:11 +03:00
}