sanntid
Version:
Sanntid.js is a node.js module for getting real-time data from the public Ruter API.
37 lines (36 loc) • 657 B
JSON
{
"name": "sanntid",
"version": "1.3.1",
"description": "",
"main": "sanntid.js",
"scripts": {
"test": "mocha test"
},
"prefer_global": true,
"bin": {
"sanntid": "./sanntid.js"
},
"author": "novasism",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0",
"json-query": "^1.4.0",
"moment": "^2.9.0",
"prompt": "^0.2.14",
"request": "^2.53.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasnovas/sanntid"
},
"devDependencies": {
"expect": "^1.6.0",
"mocha": "^3.1.2"
},
"keywords": [
"ruter",
"sanntid",
"api",
"public transport"
]
}