-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 914 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
{
"name": "frontend-gitlab",
"version": "1.0.3",
"description": "GitLab api node module that does not require server-side dependencies.",
"main": "index.js",
"scripts": {
"test": "mocha src --compilers js:babel-core/register",
"build": "babel src -d ./",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsmapr1/frontend-gitlab.git"
},
"keywords": [
"gitlab",
"git",
"fetch"
],
"author": "Joe Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsmapr1/frontend-gitlab/issues"
},
"homepage": "https://github.com/jsmapr1/frontend-gitlab#readme",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"expect": "^1.18.0",
"mocha": "^2.4.5",
"nock": "^8.0.0"
},
"dependencies": {
"fn-args": "^1.0.0",
"isomorphic-fetch": "^2.2.1"
}
}