grunt-retire
Version:
Grunt plugin for retire.
53 lines (52 loc) • 1.07 kB
JSON
{
"name": "grunt-retire",
"description": "Grunt plugin for retire.",
"version": "1.0.9",
"homepage": "https://github.com/RetireJS/grunt-retire",
"author": {
"name": "Ståle Pettersen",
"email": "staale@gmail.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/RetireJS/grunt-retire.git"
},
"bugs": {
"url": "https://github.com/RetireJS/grunt-retire/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"dependencies": {
"async": "~1.5.x",
"request": "^2.88.2",
"retire": "^1.6.3"
},
"devDependencies": {
"grunt": "~1.0.x",
"grunt-contrib-jshint": "~1.0.x",
"grunt-contrib-clean": "~1.0.x"
},
"peerDependencies": {
"grunt": ">=1.0.0"
},
"keywords": [
"retirejs",
"gruntplugin",
"retire",
"security"
],
"contributors": [
{
"name": "Erlend Oftedal",
"email": "erlend@oftedal.no"
},
{
"name": "Sergey Zarouski",
"email": "sergey@webuniverse.io"
}
]
}