UNPKG

621 BJSONView Raw
1{
2 "name": "hubiquitus-core",
3 "description": "Actor model for Hubiquitus",
4 "version": "0.8.18",
5 "homepage": "http://www.hubiquitus.com",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/hubiquitus/hubiquitus-core"
9 },
10 "main": "./index",
11 "engines": {
12 "node": ">0.10.0"
13 },
14 "dependencies": {
15 "lodash": "2.2.*",
16 "tv4": "1.0.11",
17 "async": "0.2.*",
18 "node-uuid": "1.4.*",
19 "semver": "5.1.*"
20 },
21 "devDependencies": {
22 "jshint": "2.3.*",
23 "sinon": "1.9.*",
24 "should": "3.1.*",
25 "mocha": "1.17.*"
26 },
27 "scripts": {
28 "test": "mocha -R spec test/*"
29 }
30}