-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (40 loc) · 1.22 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
41
42
43
44
45
46
{
"name": "bateeq-inventory-api",
"version": "1.0.0",
"description": "Bateeq RESTful inventory api",
"main": "server.js",
"dependencies": {
"bateeq-module": "git+https://github.com/danliris/bateeq-module.git",
"dateformat": "^2.0.0",
"fast-csv": "^2.3.0",
"js-toolkit": "git+https://github.com/pinkgorilla/js-toolkit.git",
"json2xls": "^0.1.2",
"lodash": "^4.17.4",
"module-toolkit": "git+https://github.com/pinkgorilla/module-toolkit.git",
"moment": "2.17.1",
"mongo-factory": "^1.0.0",
"mongodb": "^2.1.18",
"mongodb-toolkit": "git+https://github.com/pinkgorilla/mongodb-toolkit.git",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"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-inventory-api.git"
},
"author": "Tris Setiawan",
"license": "MIT",
"bugs": {
"url": "https://github.com/danliris/bateeq-inventory-api/issues"
},
"homepage": "https://github.com/danliris/bateeq-inventory-api#readme"
}