-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 958 Bytes
/
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
{
"name": "gecko-ci",
"version": "1.0.15",
"private": false,
"description": "a lightweight build monitor for nodejs that handles IoT gadgets and brings CI feedbacks to the real world",
"homepage": "https://github.com/minduca/gecko-ci",
"main": "src/index.js",
"author": {
"name": "Arthur Minduca",
"email": "[email protected]",
"url": "https://arthurminduca.com/"
},
"maintainers": [
{
"name": "Arthur Minduca",
"email": "[email protected]",
"url": "https://arthurminduca.com/"
}
],
"keywords": [
"gecko",
"gecko-ci",
"ci",
"iot",
"extreme feedback",
"gadgets",
"devices",
"lifx",
"tfs",
"team foundation server"
],
"repository": {
"type": "git",
"url": "https://github.com/minduca/gecko-ci.git"
},
"bugs": "https://github.com/minduca/gecko-ci/issues",
"files": [
"src"
],
"license": "GPL-3.0",
"dependencies": {}
}