-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 935 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 935 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "advaya",
"version": "1.0.4",
"description": "Cool rest based framework",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"advaya",
"rest",
"mongo"
],
"author": "Utkarsh85",
"license": "MIT",
"dependencies": {
"ajv": "^4.7.0",
"body-parser": "^1.15.2",
"connect-busboy": "0.0.2",
"cors": "^2.8.1",
"deepmerge": "^0.2.10",
"express": "^4.14.0",
"lodash": "^4.15.0",
"object-traverse-clean": "^1.0.3",
"path-to-regexp": "^1.5.3",
"require-all": "^2.0.0"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^3.5.0",
"mocha": "^3.0.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Utkarsh85/advaya.git"
},
"bugs": {
"url": "https://github.com/Utkarsh85/advaya/issues"
},
"homepage": "https://github.com/Utkarsh85/advaya#readme"
}