-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.19 KB
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
{
"name": "bateeq-core-api",
"version": "1.0.0",
"description": "Bateeq RESTful core api",
"main": "server.js",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danliris/bateeq-core-api.git"
},
"author": "Tris Setiawan",
"license": "MIT",
"bugs": {
"url": "https://github.com/danliris/bateeq-core-api/issues"
},
"homepage": "https://github.com/danliris/bateeq-core-api#readme",
"dependencies": {
"azure-storage": "^2.10.3",
"bateeq-module": "git+https://github.com/danliris/bateeq-module.git",
"fast-csv": "^2.3.0",
"js-toolkit": "git+https://github.com/pinkgorilla/js-toolkit.git",
"json2xls": "^0.1.2",
"module-toolkit": "git+https://github.com/pinkgorilla/module-toolkit.git",
"moment": "^2.17.1",
"mongo-factory": "^1.0.0",
"mongodb": "^2.2.1",
"mongodb-toolkit": "git+https://github.com/pinkgorilla/mongodb-toolkit.git",
"ms-rest": "^1.15.2",
"mssql": "^3.3.0",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"pkgcloud": "^1.4.0",
"powerbi-api": "^1.0.1",
"restify": "^4.1.1",
"restify-router": "^0.2.1"
}
}