This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
74 lines (74 loc) · 2.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "magicbox8",
"engines": {
"node": "8.0"
},
"version": "0.0.1",
"private": true,
"description": "New Swagger API Project",
"keywords": [],
"author": "",
"license": "",
"main": "./server.js",
"dependencies": {
"a127-magic": "^0.12.1",
"auth0": "^2.24.0",
"auth0-js": "^9.13.0",
"azure-storage": "^2.10.3",
"babel-cli": "^6.24.1",
"babel-eslint": "^10.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"babel-register": "^6.24.1",
"babel-watch": "^7.0.0",
"bluebird": "^3.7.2",
"compression": "^1.7.4",
"csvjson": "^5.1.0",
"csvtojson": "^2.0.10",
"dateformat": "^2.0.0",
"deepcopy": "^0.6.3",
"express": "^4.17.1",
"geojson": "^0.5.0",
"i18n-iso-countries": "^3.7.8",
"is-json": "^2.0.1",
"jsonfile": "^4.0.0",
"mixpanel": "^0.10.2",
"moment": "^2.24.0",
"pg": "^7.18.2",
"pg-cursor": "^1.3.0",
"qs": "^6.9.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"request-ip": "^2.1.3",
"swagger-express-mw": "^0.7.0",
"swagger-tools": "^0.10.4",
"volos-cache-memory": "^0.10.1",
"volos-swagger": "^0.8.0"
},
"scripts": {
"start": "node build/server.js",
"clean": "rm -rf build && mkdir build",
"build-server": "babel -d build ./ --ignore node_modules,build --copy-files",
"build": "npm run clean && npm run build-server",
"prod": "babel-node server.js",
"dev": "babel-watch server.js",
"precommit": "./run-tests.sh",
"pretest": "if [ ! -f ./config.js ]; then cp config-sample.js config.js; fi",
"test": "./run-tests.sh",
"tallymobility": "scripts/tallymobility.sh public/aggregations/mobility/acme/santiblanko/col"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-babel": "^4.1.2",
"husky": "^0.13.4",
"mocha": "^6.2.3",
"node-mocks-http": "^1.8.1",
"serve": "^11.3.0",
"should": "^7.1.0",
"sinon": "^4.4.4",
"supertest": "^4.0.2"
}
}