grunt-typograf
Version:
Prepare texts with Typograf using Grunt.
44 lines (43 loc) • 908 B
JSON
{
"name": "grunt-typograf",
"description": "Prepare texts with Typograf using Grunt.",
"main": "Gruntfile.js",
"license": "MIT",
"version": "6.0.0",
"author": {
"name": "kobezzza",
"email": "kobezzza@gmail.com",
"url": "https://github.com/kobezzza"
},
"repository": {
"type": "git",
"url": "git://github.com/typograf/grunt-typograf"
},
"bugs": {
"url": "https://github.com/typograf/grunt-typograf/issues"
},
"keywords": [
"gruntplugin",
"typograph",
"typography",
"typograf"
],
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.0.0",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"typograf": "^6.0.0"
},
"peerDependencies": {
"grunt": "*",
"typograf": "^6.0.0"
}
}