-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 897 Bytes
/
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
{
"name": "portofportland-save-map-view",
"version": "0.0.1",
"description": "Very small server to save map views",
"main": "index.js",
"scripts": {
"test": "mocha --ui tdd ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/TheGartrellGroup/Mapbox-GL-JS-save-view"
},
"keywords": [
"mapbox-GL-JS"
],
"author": "Ben Sainsbury",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheGartrellGroup/Mapbox-GL-JS-save-view/issues"
},
"homepage": "https://github.com/TheGartrellGroup/Mapbox-GL-JS-save-view",
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1",
"font-awesome": "^4.7.0",
"jsonfile": "^2.4.0",
"jsonschema": "^1.1.1",
"node-uuid": "^1.4.7",
"nodemailer": "^2.7.2",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"mocha": "^3.2.0",
"supertest": "^3.0.0"
}
}