-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 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
35
{
"name": "tenrox-utils",
"version": "1.0.1",
"description": "Interface with Tenrox timesheet system's API.",
"main": "TenroxUtils.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nigelsdtech/tenrox-utils.git"
},
"keywords": [
"Tenrox",
"API",
"timesheet",
"timesheets",
"tenrox-utils"
],
"author": "Nigel Stephen D'Souza",
"license": "ISC",
"bugs": {
"url": "https://github.com/nigelsdtech/tenrox-utils/issues"
},
"homepage": "https://github.com/nigelsdtech/tenrox-utils#readme",
"dependencies": {
"dateformat": "^1.0.12",
"escape-string-regexp": "1.0.5",
"pinkie-promise": "2.0.1",
"request": "^2.65.0"
},
"devDependencies": {
"prompt": "1.0.0"
}
}