-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"name": "georeactor",
"version": "0.1.1",
"description": "Mapping wizard",
"main": "georeactor.js",
"scripts": {
"start": "node georeactor-server.js",
"test": "eslint *.js && eslint */*.js && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapmeld/georeactor.git"
},
"keywords": [
"geo",
"maps",
"mapping"
],
"author": "Nick Doiron <ndoiron@mapmeld.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapmeld/georeactor/issues"
},
"homepage": "https://github.com/mapmeld/georeactor#readme",
"dependencies": {
"aws-sdk": "^2.4.7",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"connect-mongo": "^1.2.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.14.0",
"express-session": "^1.14.0",
"fast-csv": "^0.6.0",
"jade": "^1.11.0",
"mongoose": "^4.5.5"
},
"devDependencies": {
"enzyme": "^2.0.0",
"eslint": "^3.6.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}