-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 1.89 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 1.89 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "kos",
"version": "2.7.9",
"description": "Stream processing framework for creating distributed data pipelines and autonomic neural networks",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/corenova/kos.git"
},
"keywords": [
"action",
"actor",
"adaptive",
"atomic",
"automata",
"autonomic",
"autonomy",
"dataflow",
"datamodel",
"distributed",
"hive",
"kinetic",
"flow",
"interface",
"model",
"network",
"neural",
"neuron",
"p2p",
"persona",
"petri",
"pipeline",
"pipe",
"react",
"reaction",
"reactor",
"schema",
"state",
"stream",
"swarm",
"transform",
"transition"
],
"author": "Peter K. Lee <peter@corenova.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/corenova/kos/issues"
},
"homepage": "https://github.com/corenova/kos#readme",
"scripts": {
"prepublishOnly": "webpack --mode=production --optimize-minimize",
"test": "mocha"
},
"yang": {
"search": [
".",
"./schema",
"yang-js"
]
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"debug": "^4.1.1",
"delegates": "^1.0.0",
"flatted": "^2.0.0",
"uuid": "^3.0.1"
},
"peerDependencies": {
"yang-js": "^0.24.0"
},
"optionalDependencies": {
"net-snmp": "^1.2.0",
"simple-websocket": "^9.1.0",
"superagent": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"json-loader": "^0.5.7",
"mocha": "^5.2.0",
"npm-pack-all": "^1.11.1",
"should": "^11.2.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"yaml-loader": "^0.5.0",
"yang-js": "^0.24.68",
"yang-loader": "^1.0.1"
}
}