-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.05 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": "vf",
"version": "0.2.0",
"description": "Framework for vsoft company",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/vsoft-lab/vFramework.git"
},
"keywords": [
"framework",
"vsoft",
"node.js"
],
"author": "NgaNguyenDuy",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsoft-lab/vFramework/issues"
},
"homepage": "https://github.com/vsoft-lab/vFramework",
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^2.0.2",
"canonical-json": "0.0.4",
"continuation-local-storage": "^3.1.2",
"debug": "^2.0.0",
"ejs": "^1.0.0",
"express": "^4.9.7",
"inflection": "^1.5.1",
"nodemailer": "^1.3.0",
"nodemailer-stub-transport": "^0.1.4",
"serve-favicon": "^2.1.6",
"strong-remoting": "^2.10.1",
"uid2": "0.0.3",
"underscore": "^1.7.0",
"underscore.string": "^2.3.3",
"vsoft-connector-remote": "0.0.1"
},
"devDependencies": {}
}