gulp-tipograph
Version:
Tipograph plugin for Gulp
35 lines (34 loc) • 716 B
JSON
{
"name": "gulp-tipograph",
"version": "0.3.1",
"description": "Tipograph plugin for Gulp",
"license": "MIT",
"repository": "https://github.com/pnevyk/gulp-tipograph",
"author": {
"name": "Petr Nevyhoštěný",
"email": "petr.nevyhosteny@gmail.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"tipograph",
"typography"
],
"dependencies": {
"plugin-error": "^1",
"through2": "^4",
"tipograph": "^0.7"
},
"devDependencies": {
"mocha": "^9",
"vinyl": "^2"
}
}