forked from AccessMap/accessmap-old-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.74 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.74 KB
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
{
"name": "accessmap",
"version": "1.0.0",
"description": "AccessMap web application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://hackcessible@accessmap.scm.azurewebsites.net:443/accessmap.git"
},
"author": "",
"license": "MIT",
"engines": {
"node": "4.0.0"
},
"jshintConfig": {
"node": true,
"esnext": true
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.3",
"connect-flash": "~0.1.1",
"connect-pg-simple": "^3.1.0",
"connect-session-sequelize": "^3.0.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.3",
"express-http-proxy": "^0.7.3",
"express-session": "~1.13.0",
"file-loader": "^0.9.0",
"history": "^1.12.6",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg": "^4.4.4",
"request": "^2.29.0",
"sequelize": "^3.19.0",
"serve-favicon": "~2.3.0",
"url": "^0.11.0"
},
"devDependencies": {
"@turf/buffer": "^3.5.2",
"@turf/isolines": "^3.5.2",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"brfs": "^1.4.3",
"chroma-js": "^1.1.1",
"css-loader": "^0.23.1",
"debounce": "^1.0.0",
"imports-loader": "^0.6.5",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"mapbox-gl": "^0.23.0",
"mapbox-gl-geocoder": "^1.3.0",
"sqlite3": "^3.1.4",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webworkify-webpack": "1.0.6"
}
}