-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 776 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 776 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
{
"name": "node-wmata",
"version": "1.0.0",
"description": "A node.js module for interacting with the Washington Metropolitan Area Transit Authority API.",
"keywords": ["wmata"],
"bugs": {
"url": "https://github.com/cvee/node-wmata/issues"
},
"author": "Chris Verwymeren <cvee@me.com> (https://www.twitter.com/cvee)",
"contributors": [],
"main": "./lib/WMATA",
"directories": {
"doc": "./doc",
"example": "./examples",
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/cvee/node-wmata.git"
},
"engines": {
"node": "0.6.x"
},
"licenses": [{"type": "BSD 3-Clause License", "url": "http://www.opensource.org/licenses/BSD-3-Clause"}]
}