UNPKG

2.32 kBJSONView Raw
1{
2 "name": "joola.io.engine",
3 "preferGlobal": false,
4 "version": "3.2.0",
5 "author": "Joola <info@joo.la>",
6 "description": "joola.io's Framework Engine",
7 "engine": "node >= 0.10.x",
8 "private": false,
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/joola/joola.io.engine.git"
12 },
13 "bugs": "https://joolatech.atlassian.net/browse/JARVIS",
14 "contributors": [
15 {
16 "name": "Itay Weinberger",
17 "email": "itay@joo.la",
18 "url": "http://joo.la"
19 },
20 {
21 "name": "Or Weinberger",
22 "email": "or@joo.la",
23 "url": "http://joo.la"
24 }
25 ],
26 "scripts": {
27 "test": "make test",
28 "start": "node joola.io.engine.js",
29 "debug": "npm-inspector && npm start && open \"http://http://127.0.0.1:8080/debug?port=5858\"",
30 "monitor": "mocha --reporter min --watch",
31 "debugtest": "mocha --debug-brk --reporter spec",
32 "blanket": {
33 "pattern": "test",
34 "data-cover-never": "node_modules"
35 },
36 "coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | node ./node_modules/coveralls/bin/coveralls.js",
37 "citest": "mocha --reporter xunit > test-reports.xml"
38 },
39 "bin": {
40 "joola.io.engine": "./bin/joola.io.engine.js"
41 },
42 "keywords": [
43 "data",
44 "analytics",
45 "big-data",
46 "visualization",
47 "noSQL"
48 ],
49 "dependencies": {
50 "joola.io.auth": "3.x",
51 "joola.io.logger": "3.x",
52 "joola.io.config": "3.x",
53 "nconf": "*",
54 "nconf-http": "0.x",
55 "node-controlport": "0.x",
56
57 "express": "*",
58 "jade": "*",
59 "socket.io": "*",
60
61 "pkginfo": "*",
62 "winston": "*",
63 "underscore": "*",
64 "request": "*",
65 "async": "*",
66 "process": "*",
67
68 "JSONSelect": "*",
69 "cloneextend": "*",
70 "node-uuid": "*",
71
72 "date-utils": "*",
73 "twix": "*",
74 "moment": "*",
75 "fs-extra": "*",
76 "graceful-fs": "*",
77
78 "tedious": "*",
79 "mongodb": "*",
80 "redis": "*",
81 "pg": "*",
82 "mysql": "*"
83 },
84 "devDependencies": {
85 "underscore": "*",
86 "mocha-lcov-reporter": "*",
87 "coveralls": "*",
88 "should": "*",
89 "mocha": "*",
90 "sinon": "*",
91 "chai": "*",
92 "sinon-chai": "*",
93 "blanket": "*",
94 "jshint": "*"
95 },
96 "license": "GPL-3.0"
97}