UNPKG

1.75 kBJSONView Raw
1{
2 "name": "kettle",
3 "description": "Declarative IoC-based framework for HTTP and WebSockets servers on node.js based on express and ws",
4 "version": "1.6.1",
5 "author": {
6 "name": "The Fluid Project"
7 },
8 "bugs": {
9 "url": "http://issues.fluidproject.org/browse/KETTLE"
10 },
11 "scripts": {
12 "test": "node tests/all-tests.js"
13 },
14 "homepage": "http://wiki.fluidproject.org/display/fluid/Kettle",
15 "dependencies": {
16 "express": "4.15.3",
17 "body-parser": "1.17.2",
18 "cookie-parser": "1.4.3",
19 "express-session": "1.15.3",
20 "serve-static": "1.12.3",
21 "ws": "3.0.0",
22 "infusion": "3.0.0-dev.20170713T172705Z.330ed53",
23 "jsonlint": "1.6.2",
24 "resolve": "1.3.3",
25 "path-to-regexp": "1.7.0",
26 "json5": "0.5.1"
27 },
28 "devDependencies": {
29 "fluid-grunt-eslint": "18.1.2",
30 "eslint-config-fluid": "1.1.0",
31 "gpii-express": "git://github.com/GPII/gpii-express#58a2f3fc1699a4e14735673d3c43edde7b705666",
32 "gpii-pouchdb": "git://github.com/GPII/gpii-pouchdb#a6a3322fdf059b8a1109f0763454b3f7d8839105",
33 "grunt": "1.0.1",
34 "grunt-jsonlint": "1.1.0",
35 "fluid-grunt-json5lint": "1.0.0",
36 "grunt-shell": "2.1.0",
37 "node-jqunit": "1.1.4"
38 },
39 "license": "BSD-3-Clause",
40 "keywords": [
41 "infusion",
42 "framework",
43 "application",
44 "fluid",
45 "IoC",
46 "express",
47 "Inversion of Control",
48 "MVC",
49 "evented"
50 ],
51 "repository": {
52 "type": "git",
53 "url": "https://github.com/fluid-project/kettle"
54 },
55 "main": "./kettle.js",
56 "engines": {
57 "node": ">=4.5.0"
58 }
59}