grunt-endline
Version:
add newline at end of file
44 lines (43 loc) • 962 B
JSON
{
"version": "0.7.0",
"name": "grunt-endline",
"description": "add newline at end of file",
"keywords": [
"gruntplugin",
"endline",
"newline",
"EOF"
],
"preferGlobal": false,
"homepage": "https://github.com/hex7c0/grunt-endline",
"author": {
"name": "hex7c0",
"email": "hex7c0@gmail.com",
"url": "https://hex7c0.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/hex7c0/grunt-endline.git"
},
"bugs": {
"url": "https://github.com/hex7c0/grunt-endline/issues",
"email": "hex7c0@gmail.com"
},
"main": "./tasks/endline.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-jshint": "~1.1",
"grunt-contrib-clean": "~1.1",
"grunt-contrib-nodeunit": "~1.0"
},
"engines": {
"node": ">=4"
},
"scripts": {
"prepare": "npm prune",
"prepublishOnly": "grunt",
"test": "grunt test"
},
"license": "GPL-3.0"
}