-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (37 loc) · 1.06 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
{
"name": "bateeq-pos-api",
"version": "1.0.0",
"description": "Bateeq RESTful pos api",
"main": "server.js",
"dependencies": {
"bateeq-module": "git+https://github.com/danliris/bateeq-module.git",
"jsonwebtoken": "^7.1.9",
"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.16.0",
"mongo-factory": "^1.0.0",
"mongodb": "^2.1.18",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"restify": "^4.1.1",
"restify-router": "^0.2.1"
},
"devDependencies": {
"should": "^9.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danliris/bateeq-pos-api.git"
},
"author": "Tris Setiawan",
"license": "MIT",
"bugs": {
"url": "https://github.com/danliris/bateeq-pos-api/issues"
},
"homepage": "https://github.com/danliris/bateeq-pos-api#readme"
}