Files
grunt-properties/package.json
Helder Santana c01fd0697d bump version #3
2013-12-30 15:24:35 -02:00

49 lines
1.1 KiB
JSON

{
"name": "grunt-properties",
"description": "Convert java .properties files to javascript",
"version": "0.1.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.7.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.8",
"properties-parser": "~0.1.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"properties-parser": "~0.1.1"
}
}