-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (46 loc) · 1.17 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
47
{
"name": "dl-purchasing-webapi",
"version": "1.0.0",
"description": "Dan Liris purchasing function RESTful api",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js",
"start": "node index.js"
},
"engines": {
"node": "6.3.0",
"npm": "3.10.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danliris/dl-purchasing-webapi.git"
},
"author": "Moonlay",
"license": "MIT",
"bugs": {
"url": "https://github.com/danliris/dl-purchasing-webapi/issues"
},
"homepage": "https://github.com/danliris/dl-purchasing-webapi#readme",
"dependencies": {
"assert": "^1.4.1",
"dl-module": "git+https://github.com/danliris/dl-module.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.2.5",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"restify": "^4.1.1",
"restify-router": "^0.2.1"
},
"devDependencies": {
"mocha": "^3.0.0",
"should": "^10.0.0",
"supertest": "^2.0.0"
},
"directories": {
"test": "test"
}
}