UNPKG

1.1 kBJSONView Raw
1{
2 "name": "grunt-retire",
3 "description": "Grunt plugin for retire.",
4 "version": "0.3.1",
5 "homepage": "https://github.com/bekk/grunt-retire",
6 "author": {
7 "name": "Ståle Pettersen",
8 "email": "staale@gmail.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/bekk/grunt-retire.git"
13 },
14 "bugs": {
15 "url": "https://github.com/bekk/grunt-retire/issues"
16 },
17 "main": "Gruntfile.js",
18 "engines": {
19 "node": ">= 0.8.0"
20 },
21 "scripts": {
22 "test": "grunt test"
23 },
24 "dependencies" : {
25 "grunt" : "~0.4.1",
26 "grunt-contrib-jshint" : "~0.7.2",
27 "grunt-contrib-clean" : "~0.4.1",
28 "grunt-contrib-nodeunit" : "0.2.x",
29 "retire" : "~0.3.1",
30 "async" : "~0.2.10",
31 "request" : "~2.40.0"
32 },
33 "peerDependencies": {
34 "grunt": "~0.4.1"
35 },
36 "keywords": [
37 "gruntplugin",
38 "retire",
39 "security"
40 ],
41 "contributors": [
42 {
43 "name": "Alexander Vassbotn Røyne-Helgesen",
44 "email" : "alexander@phun-ky.net"
45 },
46 {
47 "name": "Erlend Oftedal",
48 "email" : "erlend@oftedal.no"
49 }
50 ]
51}