UNPKG

1.56 kBJSONView Raw
1{
2 "name": "structure-server",
3 "version": "0.0.6",
4 "description": "HTTP Server, but imports WebSockets too",
5 "main": "index.js",
6 "dependencies": {
7 "babel-runtime": "^6.11.6",
8 "body-parser": "^1.15.2",
9 "cors": "^2.8.1",
10 "express": "^4.14.0",
11 "express-content-length-validator": "^1.0.0",
12 "helmet": "^2.2.0",
13 "hpp": "^0.2.1",
14 "structure-dispatcher": "0.0.6",
15 "structure-router": "0.0.2",
16 "structure-websocket-server": "0.0.1"
17 },
18 "devDependencies": {
19 "babel-cli": "^6.14.0",
20 "babel-core": "^6.14.0",
21 "babel-eslint": "^6.1.2",
22 "babel-plugin-transform-runtime": "^6.15.0",
23 "babel-preset-es2015": "^6.14.0",
24 "babel-preset-es2017": "^6.14.0",
25 "chai": "^3.5.0",
26 "dotenv": "^2.0.0",
27 "eslint": "^3.5.0",
28 "expect": "^1.20.2",
29 "gulp": "^3.9.1",
30 "gulp-eslint": "^3.0.1",
31 "gulp-mocha": "^3.0.1",
32 "mocha": "^3.0.2",
33 "sinon": "^1.17.5",
34 "sinon-chai": "^2.8.0",
35 "structure-plugins": "0.0.12",
36 "structure-router": "0.0.3",
37 "structure-test-helpers": "0.0.3",
38 "supertest": "^2.0.0",
39 "supertest-as-promised": "^4.0.0"
40 },
41 "scripts": {
42 "test": "gulp t"
43 },
44 "repository": {
45 "type": "git",
46 "url": "git+https://github.com/f12/structure-server.git"
47 },
48 "keywords": [
49 "structure",
50 "groups",
51 "data"
52 ],
53 "author": "Chris Abrams <mail@chrisabrams.com>",
54 "license": "MIT",
55 "bugs": {
56 "url": "https://github.com/f12/structure-server/issues"
57 },
58 "homepage": "https://github.com/f12/structure-server#readme"
59}