-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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
{
"name": "youtrack-node-api",
"version": "1.0.0",
"description": "Youtrack REST API Client for Node.js",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --harmony test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umidjons/youtrack-node-api.git"
},
"keywords": [
"youtrack"
],
"author": "Umidjons <almatov.us@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/umidjons/youtrack-node-api/issues"
},
"homepage": "https://github.com/umidjons/youtrack-node-api#readme",
"dependencies": {
"debug": "^2.6.1",
"moment": "^2.17.1",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
}
}