-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (53 loc) · 1018 Bytes
/
bower.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
55
{
"name": "gecko-ci",
"private": false,
"description": "a lightweight build monitor for nodejs that handles IoT gadgets and brings CI feedbacks to the real world",
"authors": [
{
"name": "Arthur Minduca",
"email": "arthur.minduca@gmail.com",
"homepage": "https://arthurminduca.com/"
}
],
"main": "dist/gecko-ci.js",
"homepage": "https://github.com/minduca/gecko-ci",
"ignore": [
"demo",
"src",
"tst",
"uwp",
"typings",
"package.json",
"pubish.txt",
"tsconfig.json",
"typings.json",
"node_modules",
"bower_components",
"gecko.sln",
"gecko.njsproj"
],
"repository": {
"type": "git",
"url": "https://github.com/minduca/gecko-ci.git"
},
"keywords": [
"gecko",
"gecko-ci",
"ci",
"iot",
"extreme",
"feedback",
"gadgets",
"devices",
"lifx",
"tfs",
"team",
"foundation",
"server"
],
"dependencies": {
},
"devDependencies": {
},
"license": "GPL-3.0"
}