UNPKG

grunt-properties

Version:

Convert java .properties files to javascript

49 lines (48 loc) 1.08 kB
{ "name": "grunt-properties", "description": "Convert java .properties files to javascript", "version": "0.2.1", "homepage": "https://github.com/heldr/grunt-properties", "author": { "name": "Helder Santana", "email": "helder.css@gmail.com", "url": "http://heldr.com" }, "repository": { "type": "git", "url": "git://github.com/heldr/grunt-properties.git" }, "bugs": { "url": "https://github.com/heldr/grunt-properties/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/heldr/grunt-properties/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "node_modules/.bin/grunt test" }, "devDependencies": { "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-nodeunit": "~0.4.1", "grunt": "~0.4.5" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin", "properties", "java" ], "dependencies": { "properties-parser": "~0.2.3" } }