-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 921 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 921 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": "yanger",
"version": "0.9.0",
"description": "Yang Creator UI written using HTML5 and nodejs",
"main": "server.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/freenetconf/yanger"
},
"keywords": [
"YANG",
"NETCONF",
"Editor"
],
"author": {
"name": "Petar Koretic",
"email": "petar.koretic@sartura.hr"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/freenetconf/yanger/issues"
},
"homepage": "https://github.com/freenetconf/yanger",
"dependencies": {
"express" : "4.13.4",
"body-parser" : "1.15.0",
"level" : "1.4.0",
"node-minify" : "1.3.2",
"compression" : "1.6.1",
"multer" : "1.1.0",
"yang-parser" : "0.1.0",
"validator" : "5.1.0",
"rimraf" : "2.5.2",
"adm-zip": "0.4.7",
"nodemailer": "2.3.0",
"promise": "7.1.1",
"mustache": "2.2.1",
"fs-extra": "0.30.0",
"libyang": "1.0.9",
"easy-zip": "0.0.4"
}
}