-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.07 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.07 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
48
49
50
51
52
53
54
55
{
"name": "dingle",
"version": "0.2.5",
"description": "NodeJS API Framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Vmlweb/Dingle.git"
},
"keywords": [
"dingle",
"framework",
"module",
"api",
"layout",
"endpoint",
"backend",
"scalable",
"scale",
"maintain",
"maintainable",
"manager",
"export",
"code",
"generation",
"generator",
"client",
"validation",
"validator",
"validate",
"parameter",
"argument",
"option"
],
"author": "Vmlweb <admin@vmlweb.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vmlweb/Dingle/issues"
},
"homepage": "https://github.com/Vmlweb/Dingle#readme",
"dependencies": {
"async": "^1.0.0",
"body-parser": "^1.12.4",
"express": "^4.12.4",
"merge": "^1.2.0",
"mkdirp": "^0.5.1",
"multer": "^0.1.8",
"replaceall": "^0.1.6",
"validator": "^3.40.0",
"wrench": "^1.5.8"
}
}