-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 Bytes
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
{
"name": "transitNearMe",
"version": "1.0.0",
"description": "Find various transit POIs near a given point",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/srthurman/transitNearMe.git"
},
"author": "Sara Thurman",
"license": "ISC",
"bugs": {
"url": "https://github.com/srthurman/transitNearMe/issues"
},
"homepage": "https://github.com/srthurman/transitNearMe",
"dependencies": {
"ejs": "^2.4.1",
"express": "~3.2.4",
"jquery": "^2.1.4",
"jsonfile": "^2.2.1",
"node-capital-bikeshare": "^1.2.1",
"request": "^2.61.0",
"turf": "^2.0.2",
"turf-buffer": "^1.0.4",
"turf-featurecollection": "^1.0.1",
"turf-point": "^2.0.1",
"turf-within": "^1.0.1"
},
"devDependencies": {}
}