forked from Ermlab/nxt-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.78 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.78 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "nct-gitlab",
"version": "0.9.1",
"description": "GitLab API Nodejs library. Fork of nxt-gitlab which fork node-gitlab library with bugfixes and new functionalities,now avaliable for broswer to use",
"main": "lib/index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests",
"build": "./node_modules/coffee-script/bin/cake build"
},
"repository": {
"type": "git",
"url": "https://github.com/Ermlab/nxt-gitlab.git"
},
"dependencies": {
"debug": "*",
"rest-js": "^1.1.2",
"slumber": "0.3.3"
},
"devDependencies": {
"coffee-script": "*",
"mocha": ""
},
"keywords": [
"gitlab",
"git",
"api",
"request"
],
"author": {
"name": "Ermlab LLC",
"email": "office@ermlab.com"
},
"contributors": [
{
"name": "Manfred Touron <m@42.am>",
"url": "https://github.com/moul"
},
{
"name": "Dave Irvine",
"url": "https://github.com/dave-irvine"
},
{
"name": "Glavin Wiechert",
"url": "https://github.com/Glavin001"
},
{
"name": "Florian Quiblier",
"url": "https://github.com/fofoy"
},
{
"name": "Anthony Heber",
"url": "https://github.com/aheber"
},
{
"name": "Evan Heidtmann",
"url": "https://github.com/ezheidtmann"
},
{
"name": "luoqpolyvi",
"url": "https://github.com/luoqpolyvi"
},
{
"name": "Przemyslaw Gorecki",
"url": "https://github.com/pgorecki"
},
{
"name": "Mateusz Kalinowski",
"url": "https://github.com/mkkalinowski"
},
{
"name": "Krzysztof Sopyla",
"url": "https://github.com/ksirg"
}
],
"license": "MIT",
"readmeFilename": "README.md"
}