UNPKG

883 BJSONView Raw
1{
2 "name": "slow-zone",
3 "version": "1.0.0",
4 "dependencies": {
5 "dateline": "^1.2.0",
6 "request": "^2.45.0",
7 "underscore": "^1.7.0",
8 "xml2js": "^0.4.4"
9 },
10 "devDependencies": {
11 "assertive": "^1.4.0",
12 "bondjs": "^1.2.1",
13 "coffee-script": "~1.8.0",
14 "mocha": "^1.21.4",
15 "timekeeper": "0.0.4"
16 },
17 "scripts": {
18 "test": "mocha"
19 },
20 "description": "A client & wrapper for CTA 'L' arrival data.",
21 "main": "lib/index.js",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/banterability/slow-zone"
25 },
26 "author": "Jeff Long",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/banterability/slow-zone/issues"
30 },
31 "homepage": "https://github.com/banterability/slow-zone",
32 "directories": {
33 "test": "test"
34 },
35 "keywords": [
36 "cta",
37 "subway",
38 "chicago",
39 "l",
40 "pubic transit"
41 ]
42}