-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 916 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
{
"name": "node-teamwork",
"version": "1.3.5",
"description": "A collection of useful and developer-friendly JavaScript APIs to access and manipulate TeamWork Projects (the Restful APIs).",
"main": "src/index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wernovox/node-teamwork.git"
},
"keywords": [
"teamwork",
"projects",
"teamwork-projects",
"developer-friendly"
],
"author": "João Pedro Viana <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wernovox/node-teamwork/issues"
},
"homepage": "https://github.com/wernovox/node-teamwork#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-eslint": "^8.2.1",
"chai": "^4.1.2",
"eslint": "^4.17.0",
"joi": "^13.1.2",
"lodash": "^4.17.5",
"mocha": "^5.0.1",
"moment": "^2.20.1"
}
}