-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
54 lines (54 loc) · 1.25 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
52
53
54
{
"title": "Deepl.io \u2013 Git deployment simplified",
"version": "0.11.1",
"author": {
"name": "No\u00ebl Raoul Bossart",
"url": "http://www.noelboss.com"
},
"bugs": "https://github.com/noelboss/deepl.io/issues",
"description": "Deepl.io is a simple yet powerful php-tool to catch GIT Web-Hooks from GITLAB, GITHUB & BITBUCKET to deploy your projects to your server after pushing.",
"devDependencies": {
"bower": "*",
"grunt": "~0.4.2",
"grunt-cli": "*",
"grunt-bump": "0.0.12",
"grunt-replace": "~0.5.1",
"grunt-text-replace": "~0.3.10"
},
"docs": "https://github.com/noelboss/deepl.io/blob/master/README.md",
"download": "https://github.com/noelboss/deepl.io/archive/master.zip",
"github": "http://noelboss.github.io/deepl.io/",
"homepage": "http://deepl.io",
"keywords": [
"php",
"webhooks",
"web-hooks",
"git",
"customizable",
"github",
"easy",
"gitlab",
"fast",
"powerful",
"push",
"deploy",
"deployment",
"lightweight",
"server",
"simple",
"slim",
"small"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/noelboss/deepl.io/master/LICENSE"
}
],
"main": "Gruntfile.js",
"name": "deepl.io",
"repository": {
"type": "git",
"url": "https://github.com/noelboss/deepl.io.git"
}
}