-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.43 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.43 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
{
"author": "Steven J. Anderson <steven@SJAnderson.org>",
"dependencies": {
"async": "0.9.x",
"body-parser": "1.6.x",
"express": "4.8.x",
"mongodb": "1.4.x",
"morgan": "1.2.x",
"request": "2.39.x",
"xml2js": "0.4.x"
},
"description": "Bike Share API for all Bike Shares.",
"devDependencies": {
"api-easy": "0.2.x",
"coffee-script": "1.8.x",
"cson": "1.6.x",
"forever": "0.11.x",
"vows": "0.7.x"
},
"keywords": [
"api",
"aspen",
"barclay's cycle hire",
"bay area bike share",
"bay area",
"bike share",
"bixi",
"boston",
"capital bike share",
"capital bixi",
"chattanooga",
"chicago divvy bikes",
"citi bike",
"cogo bike share",
"columnus",
"divvy bikes",
"hubway",
"london",
"melbourne",
"minneapolis",
"montreal",
"mongodb",
"new york citi bike",
"nice ride",
"ottawa",
"rest",
"toronto",
"washington d.c.",
"WE-cycle"
],
"license": "MIT",
"main": "app.js",
"name": "allbikes",
"readmeFilename": "README.md",
"repository": "https://github.com/SJAnderson/allbikes",
"scripts": {
"prepublish": "cake build",
"test": "vows test/test.js"
},
"version": "0.2.0"
}