UNPKG

grunt-gettext-finder

Version:
48 lines (47 loc) 1.04 kB
{ "name": "grunt-gettext-finder", "description": "gettext finder", "version": "0.0.5", "homepage": "https://github.com/alicoding/grunt-gettext-finder", "author": { "name": "Ali Al Dallal", "email": "ali@alicoding.com", "url": "http://alicoding.com" }, "repository": { "type": "git", "url": "git://github.com/alicoding/grunt-gettext-finder.git" }, "bugs": { "url": "https://github.com/alicoding/grunt-gettext-finder/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/alicoding/grunt-gettext-finder/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "lodash": "2.4.1" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.2.0", "grunt": "~0.4.2" }, "peerDependencies": { "grunt": "~0.4.2" }, "keywords": [ "gruntplugin", "gettext", "gettext finder", "webmaker", "localization", "l10n" ] }