-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
43 lines (43 loc) · 957 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
38
39
40
41
42
43
{
"name": "evejs",
"version": "0.5.0",
"description": "Simple message based agents.",
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
"keywords": [
"eve",
"agent",
"actor",
"messages"
],
"repository": {
"type": "git",
"url": "git://github.com/enmasseio/evejs.git"
},
"dependencies": {
"amqplib": "0.4.1",
"async": "1.5.2",
"babble": "0.11.0",
"distribus": "0.4.0",
"hypertimer": "2.1.3",
"promise": "7.1.1",
"pubnub": "3.9.2",
"seed-random": "2.2.0",
"uuid-v4": "0.1.0",
"ws": "1.0.1"
},
"devDependencies": {
"freeport": "1.0.5",
"gulp": "3.9.1",
"gulp-util": "3.0.7",
"mocha": "2.4.5",
"uglify-js": "2.6.1",
"webpack": "1.12.13"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"watch-dev": "gulp watch-dev",
"test": "mocha test --recursive --reporter spec"
},
"main": "./index.js"
}