-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 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
{
"name": "service-now-bearer",
"version": "1.0.5",
"description": "This is a node module that uses the servicenow api to get a bearer token to authorize client side requests.",
"main": "index.js",
"jest ": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/nock"
]
},
"scripts": {
"test": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashcraft/service-now-bearer.git"
},
"keywords": [
"service-now",
"oauth",
"nodejs",
"node",
"javascript",
"js"
],
"author": "Daniel Ashcraft",
"license": "ISC",
"bugs": {
"url": "https://github.com/dashcraft/service-now-bearer/issues"
},
"homepage": "https://github.com/dashcraft/service-now-bearer#readme",
"devDependencies": {
"jest": "^21.2.1",
"nock": "^9.1.3"
}
}