-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (47 loc) · 1.11 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
{
"version": "0.1.0",
"name": "yf-interactive",
"private": true,
"description": "YangForge extension for interactive features",
"keywords": [
"yang",
"forge",
"yangforge",
"browser",
"react",
"visualization"
],
"author": "Peter Lee <peter@intercloud.net>",
"homepage": "https://github.com/saintkepha/yf-interactive",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/saintkepha/yf-interactive"
},
"bugs": {
"url": "https://github.com/saintkepha/yf-interactive/issues"
},
"dependencies": {
"data-synth": "^0.7.13",
"express-handlebars": "^2.0.1",
"highlight.js": "^8.9.1",
"moment": "^2.10.6",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-highlight": "^0.5.1",
"react-textarea-autosize": "^3.1.0",
"react-widgets": "^3.1.0",
"stream-buffers": "^2.2.0",
"superagent": "^1.4.0",
"tosource": "^1.0.0",
"traverse": "^0.6.6",
"uglifyify": "^3.0.1",
"zingchart": "^2.2.0"
},
"bundleDependencies": [
],
"engines": {
"node": ">=0.10.28",
"yangforge": ">=0.11.0"
}
}