-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 754 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
{
"name": "axiom-utils",
"version": "1.2.17",
"description": "common utilities used in axiom platform",
"main": "index.js",
"scripts": {
"test": "npx mocha -timeout 20000 ./test/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darshit-shah/axiom-utils.git"
},
"author": "darshit@byteprophecy.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/darshit-shah/axiom-utils/issues"
},
"dependencies": {
"axiom-rule-engine": "1.0.3",
"d3": "4.0.0",
"easy-zip2": "3.1.0",
"xlsx": "0.17.0",
"xml2json-ltx": "0.11.4"
},
"devDependencies": {
"mocha": "7.1.1",
"chai": "4.2.0"
},
"homepage": "https://github.com/darshit-shah/axiom-utils#readme"
}