UNPKG

1.49 kBJSONView Raw
1{
2 "name": "structure-server",
3 "version": "0.0.3",
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.1",
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-test-helpers": "0.0.3",
36 "supertest": "^2.0.0",
37 "supertest-as-promised": "^4.0.0"
38 },
39 "scripts": {
40 "test": "gulp t"
41 },
42 "repository": {
43 "type": "git",
44 "url": "git+https://github.com/f12/structure-server.git"
45 },
46 "keywords": [
47 "structure",
48 "groups",
49 "data"
50 ],
51 "author": "Chris Abrams <mail@chrisabrams.com>",
52 "license": "MIT",
53 "bugs": {
54 "url": "https://github.com/f12/structure-server/issues"
55 },
56 "homepage": "https://github.com/f12/structure-server#readme"
57}