forked from enmasseio/evejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 977 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.4.4",
"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": {
"amqp": "^0.2.0",
"async": "^0.2.9",
"babble": "^0.10.0",
"distribus": "^0.4.0",
"hypertimer": "^1.1.0",
"promise": "^6.0.0",
"pubnub": "^3.5.48",
"seed-random": "^2.2.0",
"uuid-v4": "^0.1.0",
"ws": "^0.4.32"
},
"devDependencies": {
"freeport": "^1.0.3",
"gulp": "^3.8.9",
"gulp-util": "^3.0.1",
"mocha": "latest",
"uglify-js": "^2.4.15",
"webpack": "^1.4.8"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"watch-bundle": "gulp watch-bundle",
"test": "mocha test --recursive --reporter spec"
},
"main": "./index.js"
}