-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 967 Bytes
/
package.json
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
{
"name": "eve-agents",
"version": "0.0.2",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Thomas Frei",
"license": "LGPL-3.0",
"dependencies": {
"babble": "^0.11.0",
"bluebird": "^3.1.5",
"co": "^4.6.0",
"co-foreach": "^1.1.1",
"co-parallel": "^1.0.0",
"co-prompt": "^1.0.0",
"co-retry": "^1.0.5",
"co-sleep": "0.0.1",
"debug": "^2.2.0",
"evejs": "git+https://github.com/enmasseio/evejs.git#develop",
"hypertimer": "^2.1.3",
"lodash": "^4.3.0",
"mqtt": "^1.7.3",
"node-opcua": "0.0.48",
"node-opcua-simple": "git+https://github.com/thfrei/node-opcua-simple.git#0.1.2",
"random-js": "^1.0.8",
"requirish": "^0.3.0",
"underscore": "^1.8.3",
"uuid-v4": "^0.1.0"
},
"repository": "https://github.com/thfrei/eve-agents",
"devDependencies": {
"blue-tape": "^0.2.0",
"tape": "^4.4.0"
}
}