-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "grunt-cloudflare-cache",
"description": "Purge the CloudFlare Cache",
"version": "0.0.9",
"homepage": "https://github.com/bubbweb/cloudflare-cache",
"author": {
"name": "Bubb Web Studio",
"email": "[email protected]",
"url": "http://bubb.com.br/"
},
"repository": {
"type": "git",
"url": "git://github.com/bubbweb/cloudflare-cache.git"
},
"bugs": {
"url": "https://github.com/bubbweb/cloudflare-cache/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bubbweb/cloudflare-cache/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"dependencies": {
"request": "~2.27.0"
},
"devDependencies": {
"grunt": "~0.4.2"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"cloudflare",
"grunt",
"cache",
"cdn"
],
"readme": "grunt-cloudflare\n================\n\nCloudFlare Grunt Task talking to the CloudFlare API.\nThe default action is to purge the CloudFlare cache.\n\nOptions\n-------\n\n``` js\ncloudflare: {\n /* Action, default is to purge the cache */\n a: 'fpurge_ts',\n /* CloudFlare credentials */\n /* API key */\n tkn: process.env.CLOUDFLARE_API_KEY,\n /* CloudFlare e-mail */\n email: process.env.CLOUDFLARE_EMAIL,\n /* Domain */\n z: process.env.CLOUDFLARE_DOMAIN,\n /* Files */\n url: ['http://www.example.com/style.css', 'http://www.example.com/app.js']\n}\n```\n\nFor more options, see the\n [CloudFlare API Docs](http://www.cloudflare.com/docs/client-api.html#s2.1).\n\nModifying this plug-in to support more CloudFlare actions\nshould be straight forward.\nDon't hesitate sending in a pull request\nif you need another feature.\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"dist": {
"shasum": "694ea6bfb429cb7f02b7e8964815061c4b6b25d1"
},
"_from": "[email protected]",
"_resolved": "https://registry.npmjs.org/grunt-cloudflare-cache/-/grunt-cloudflare-cache-0.0.9.tgz"
}