UNPKG

grunt-preprocess

Version:

Preprocess HTML and JavaScript directives based off environment configuration

61 lines (60 loc) 1.34 kB
{ "name": "grunt-preprocess", "description": "Preprocess HTML and JavaScript directives based off environment configuration", "version": "5.1.0", "homepage": "https://github.com/jsoverson/grunt-preprocess", "author": { "name": "Jarrod Overson", "email": "jsoverson@gmail.com", "url": "http://jarrodoverson.com/" }, "repository": { "type": "git", "url": "git://github.com/jsoverson/grunt-preprocess.git" }, "bugs": { "url": "https://github.com/jsoverson/grunt-preprocess/issues" }, "licenses": [ { "type": "Apache", "url": "https://github.com/jsoverson/grunt-preprocess/blob/master/LICENSE" } ], "main": "Gruntfile.js", "bin": "bin/grunt-preprocess", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "grunt test" }, "peerDependencies": { "grunt": ">=0.4.0" }, "dependencies": { "lodash": "^4.5.0", "preprocess": "^3.0.2" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^0.4.0" }, "keywords": [ "gruntplugin", "directive", "var", "ENV", "environment", "ifdef", "echo", "include", "exclude", "process", "preprocess", "pragma" ] }