-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "talis-node",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
"coverage": "nyc npm run test",
"coverage-html": "nyc --reporter=html npm run test",
"test": "./node_modules/.bin/mocha --exit --timeout 20000 **/test/**/*.js",
"integration-test": "./node_modules/.bin/mocha --exit --timeout 20000 **/test/integration/**/*.js",
"unit-test": "./node_modules/.bin/mocha --exit --timeout 20000 **/test/unit/**/*.js",
"lint": "./node_modules/.bin/jshint index.js",
"lint-fix": "./node_modules/.bin/js-beautify -r index.js"
},
"dependencies": {
"cache-service": "1.3.5",
"cache-service-node-cache": "2.0.0",
"cache-service-redis": "autorTepatiki/cache-service-redis#3.0.0",
"crypto-js": "3.1.2-2",
"jsonwebtoken": "5.7.0",
"lodash": "4.17.21",
"md5": "2.2.1",
"node-cache": "4.2.0",
"request": "2.88.0",
"request-promise-native": "^1.0.8",
"uuid": "2.0.2"
},
"devDependencies": {
"debug": "2.6.9",
"js-beautify": "1.8.9",
"jshint": "2.10.1",
"leche": "2.2.3",
"mocha": "5.2.0",
"nock": "13.3.3",
"nyc": "13.3.0",
"proxyquire": "2.1.0",
"rewire": "2.1.4",
"should": "13.2.3",
"sinon": "3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talis/talis-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/talis/talis-node/issues"
},
"homepage": "https://github.com/talis/talis-node#readme"
}