octicons-html
Version:
Octicons helper for HTML
70 lines (69 loc) • 1.91 kB
JSON
{
"name": "octicons-html",
"title": "Octicons HTML",
"version": "1.0.1",
"description": "Octicons helper for HTML",
"license": "MIT",
"homepage": "https://github.com/nk-o/octicons-html",
"author": "nK <https://nkdev.info>",
"files": [
"src",
"dist"
],
"scripts": {
"build": "gulp build",
"js-lint": "eslint src/",
"js-lint-fix": "eslint --fix src/",
"precommit": "npm run js-lint",
"prepush": "npm run js-lint"
},
"repository": {
"type": "git",
"url": "git://github.com/nk-o/octicons-html.git"
},
"bugs": {
"url": "https://github.com/nk-o/octicons-html/issues"
},
"keywords": [
"octicon",
"github",
"icons",
"svg",
"js",
"html"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.5",
"del": "^4.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"gulp": "^3.9.1",
"gulp-header": "^2.0.7",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"husky": "^0.14.3",
"json-file": "^0.1.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1",
"svg-inline-loader": "^0.8.0"
},
"dependencies": {
"classnames": "^2.2.6",
"global": "^4.3.2",
"lite-ready": "^1.0.4",
"octicons": "^8.5.0"
}
}