UNPKG

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